h

handy-uri-templates

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.
https://github.com/damnhandy/Handy-URI-Templates
The Apache Software License, Version 2.0
Ryan J. McDonough
Files download
File Operation
handy-uri-templates-1.0.1.GA.jar download
handy-uri-templates-1.0.1.GA.pom download
handy-uri-templates-1.0.1.GA-sources.jar download
Apache Maven
<dependency>
  <groupId>com.damnhandy</groupId>
  <artifactId>handy-uri-templates</artifactId>
  <version>1.0.1.GA</version>
</dependency>
Gradle Groovy
implementation 'com.damnhandy:handy-uri-templates:1.0.1.GA'
Gradle Kotlin
implementation("com.damnhandy:handy-uri-templates:1.0.1.GA")
Scala SBT
libraryDependencies += "com.damnhandy" % "handy-uri-templates" % "1.0.1.GA"
Groovy Grape
@Grapes(
  @Grab(group='com.damnhandy', module='handy-uri-templates', version='1.0.1.GA')
)
Apache Ivy
<dependency org="com.damnhandy" name="handy-uri-templates" rev="1.0.1.GA" />
Leiningen
[com.damnhandy/handy-uri-templates "1.0.1.GA"]
Apache Buildr
'com.damnhandy:handy-uri-templates:jar:1.0.1.GA'