Max is a suite of libraries which build upon each other to provide:
- Uri - An RFC 3986 URI implementation.
- Matcher - path matching and value extraction.
- Router - a Uri routing DSL and dispatcher.
- Navigator - a navigation stack of Uris.
dependencies {
implementation("com.michaelpardo.max:uri:<version>")
implementation("com.michaelpardo.max:navigator:<version>")
implementation("com.michaelpardo.max:navigator:<version>")
implementation("com.michaelpardo.max:router:<version>")
implementation("com.michaelpardo.max:matcher:<version>")
}
Snapshots of the development version are available in Sonatype's snapshots
repository.