h

handy-uri-templates

Handy URI Templates is a RFC6570 compliant URI template processor. The library allows clients to utilize templatized URIs and inject replacement variables to expand the template into a URI. The library sports a fluent API, ability to plugin custom object renderers, and supports all levels of URI templates.
https://github.com/damnhandy/Handy-URI-Templates
The Apache Software License, Version 2.0
Ryan J. McDonough
Ryan J. McDonough
Files download
File Operation
handy-uri-templates-2.1.8.jar download
handy-uri-templates-2.1.8.pom download
handy-uri-templates-2.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.damnhandy</groupId>
  <artifactId>handy-uri-templates</artifactId>
  <version>2.1.8</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.damnhandy:handy-uri-templates:2.1.8'
Gradle Kotlin
implementation("com.damnhandy:handy-uri-templates:2.1.8")
Scala SBT
libraryDependencies += "com.damnhandy" % "handy-uri-templates" % "2.1.8"
Groovy Grape
@Grapes(
  @Grab(group='com.damnhandy', module='handy-uri-templates', version='2.1.8')
)
Apache Ivy
<dependency org="com.damnhandy" name="handy-uri-templates" rev="2.1.8" />
Leiningen
[com.damnhandy/handy-uri-templates "2.1.8"]
Apache Buildr
'com.damnhandy:handy-uri-templates:jar:2.1.8'