is not current version
Last Version 2.1.8

com.damnhandy:handy-uri-templates 2.0.2

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

2.0.2
Type

Type

jar

Download handy-uri-templates 2.0.2


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