is not current version
Last Version 2.1.8

com.damnhandy:handy-uri-templates 1.1.4

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.

GroupId

GroupId

com.damnhandy
ArtifactId

ArtifactId

handy-uri-templates
Version

Version

1.1.4
Type

Type

jar

Download handy-uri-templates 1.1.4


<!-- https://jarcasting.com/artifacts/com.damnhandy/handy-uri-templates/ -->
<dependency>
    <groupId>com.damnhandy</groupId>
    <artifactId>handy-uri-templates</artifactId>
    <version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.damnhandy/handy-uri-templates/
implementation 'com.damnhandy:handy-uri-templates:1.1.4'
// https://jarcasting.com/artifacts/com.damnhandy/handy-uri-templates/
implementation ("com.damnhandy:handy-uri-templates:1.1.4")
'com.damnhandy:handy-uri-templates:jar:1.1.4'
<dependency org="com.damnhandy" name="handy-uri-templates" rev="1.1.4">
  <artifact name="handy-uri-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.damnhandy', module='handy-uri-templates', version='1.1.4')
)
libraryDependencies += "com.damnhandy" % "handy-uri-templates" % "1.1.4"
[com.damnhandy/handy-uri-templates "1.1.4"]