https://github.com/pardom/kotlin-uri-template
Implementation of RFC 6570
https://github.com/pardom/kotlin-uri-template
Last synced: over 1 year ago
JSON representation
Implementation of RFC 6570
- Host: GitHub
- URL: https://github.com/pardom/kotlin-uri-template
- Owner: pardom
- License: apache-2.0
- Created: 2018-08-19T14:11:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T18:43:32.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T20:18:24.712Z (over 1 year ago)
- Language: Kotlin
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/pardom/uri-template/)
[](#download)
[](#download)
[](LICENSE.md)
URI Template
=========
Implementation of RFC 6570
[https://tools.ietf.org/html/rfc6570][1]
[documentation][3]
Download
--------
Download [the latest JAR][2] or grab via Maven:
```xml
com.michaelpardo
uri-template
version
```
or Gradle:
```groovy
implementation 'com.michaelpardo:uri-template:'
```
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
[1]: https://tools.ietf.org/html/rfc6570
[2]: https://search.maven.org/remote_content?g=com.michaelpardo&a=uri-template&v=LATEST
[3]: docs/uri-template/uritemplate/-uri-template/index.md
[snap]: https://oss.sonatype.org/content/repositories/snapshots/