Implementation of RFC 6570
https://tools.ietf.org/html/rfc6570
Download the latest JAR or grab via Maven:
<dependency>
<groupId>com.michaelpardo</groupId>
<artifactId>uri-template</artifactId>
<version>version</version>
</dependency>
or Gradle:
implementation 'com.michaelpardo:uri-template:<version>'
Snapshots of the development version are available in Sonatype's snapshots
repository.