https://github.com/pardom/max
Navigation stack for Kotlin multiplatform
https://github.com/pardom/max
java jvm kotlin navigation
Last synced: 10 months ago
JSON representation
Navigation stack for Kotlin multiplatform
- Host: GitHub
- URL: https://github.com/pardom/max
- Owner: pardom
- License: apache-2.0
- Created: 2018-10-01T19:47:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T17:32:23.000Z (almost 5 years ago)
- Last Synced: 2025-03-16T23:42:11.747Z (over 1 year ago)
- Topics: java, jvm, kotlin, navigation
- Language: Kotlin
- Homepage:
- Size: 174 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/pardom/max/actions?query=workflow%3ACD)
[](#download)
[](#download)
[](LICENSE.md)
Max 🛸
=========
[Max][trimaxion] is a suite of libraries which build upon each other to provide:
* [Uri][uri] - An [RFC 3986][rfc3986] URI implementation.
* [Matcher][matcher] - path matching and value extraction.
* [Router][router] - a [Uri] routing DSL and dispatcher.
* [Navigator][navigator] - a navigation stack of [Uri][uri]s.
Download
--------
```kotlin
dependencies {
implementation("com.michaelpardo.max:uri:")
implementation("com.michaelpardo.max:navigator:")
implementation("com.michaelpardo.max:navigator:")
implementation("com.michaelpardo.max:router:")
implementation("com.michaelpardo.max:matcher:")
}
```
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snapshots].
[trimaxion]: http://aliens.wikia.com/wiki/Trimaxion_Drone_Ship
[rfc3986]: https://tools.ietf.org/html/rfc3986
[uri]: uri
[matcher]: matcher
[router]: router
[navigator]: navigator
[snapshots]: https://oss.sonatype.org/content/repositories/snapshots/