Jar examples for 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. The library sports a fluent API, ability to plugin custom object renderers, and supports all levels of URI templates.
You can download jar file handy-uri-templates 2.1.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add handy-uri-templates-2.1.0.jar to your project.
<dependency> <groupId>com.damnhandy</groupId> <artifactId>handy-uri-templates</artifactId> <version>2.1.0</version> </dependency>
compile group: 'com.damnhandy', name: 'handy-uri-templates', version: '2.1.0'
libraryDependencies += "com.damnhandy" % "handy-uri-templates" % "2.1.0"
<dependency org="com.damnhandy" name="handy-uri-templates" rev="2.1.0"/>
@Grapes(@Grab(group='com.damnhandy', module='handy-uri-templates', version='2.1.0'))
'com.damnhandy:handy-uri-templates:jar:2.1.0'
Click the following link to download the jar file.
handy-uri-templates-2.1.0-javadoc.jar