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.0.3.jar download
handy-uri-templates-2.0.3.pom download
handy-uri-templates-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.damnhandy</groupId>
  <artifactId>handy-uri-templates</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.damnhandy:handy-uri-templates:2.0.3'
Gradle Kotlin
implementation("com.damnhandy:handy-uri-templates:2.0.3")
Scala SBT
libraryDependencies += "com.damnhandy" % "handy-uri-templates" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.damnhandy', module='handy-uri-templates', version='2.0.3')
)
Apache Ivy
<dependency org="com.damnhandy" name="handy-uri-templates" rev="2.0.3" />
Leiningen
[com.damnhandy/handy-uri-templates "2.0.3"]
Apache Buildr
'com.damnhandy:handy-uri-templates:jar:2.0.3'