Skip to content

teaconmc/urlpattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLPattern

Java implementation of URLPattern API standard (https://wicg.github.io/urlpattern).

This library requires Java 11 or above.

Include Dependency

// Add it in your root build.gradle at the end of repositories
allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}
// Add the dependency
dependencies {
    implementation 'org.teacon:urlpattern:1.0.1'
}

About

Java implementation of URLPattern: https://wicg.github.io/urlpattern

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published