u

uri-template

A Java implementation of the URI Template RFC (RFC 6570)
https://github.com/fge/uri-template
LGPLv3 or later
Francis Galiegue
Files download
File Operation
uri-template-0.4.jar download
uri-template-0.4.pom download
uri-template-0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fge</groupId>
  <artifactId>uri-template</artifactId>
  <version>0.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.fge:uri-template:0.4'
Gradle Kotlin
implementation("com.github.fge:uri-template:0.4")
Scala SBT
libraryDependencies += "com.github.fge" % "uri-template" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fge', module='uri-template', version='0.4')
)
Apache Ivy
<dependency org="com.github.fge" name="uri-template" rev="0.4" />
Leiningen
[com.github.fge/uri-template "0.4"]
Apache Buildr
'com.github.fge:uri-template:jar:0.4'