is not current version
Last Version 2.1.8

com.damnhandy:handy-uri-templates 1.0.1.GA

Handy URI Templates is a URI Template processor supporting RFC6570 . The library allows clients to utilize templatized URIs and inject replacement variables and expand the template to create a URI.

GroupId

GroupId

com.damnhandy
ArtifactId

ArtifactId

handy-uri-templates
Version

Version

1.0.1.GA
Type

Type

jar

Download handy-uri-templates 1.0.1.GA


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