An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://img.shields.io/travis/pardom/uri-template.svg)](https://travis-ci.org/pardom/uri-template/)
[![Maven Central](https://img.shields.io/maven-central/v/com.michaelpardo/uri-template.svg)](#download)
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/com.michaelpardo/uri-template.svg)](#download)
[![License](https://img.shields.io/github/license/pardom/uri-template.svg)](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/