Download handy-uri-templates-2.1.5.jar file - Jar h

Jar examples for h:handy-uri-templates

Description

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.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add handy-uri-templates-2.1.5.jar to your project.

<dependency>
   <groupId>com.damnhandy</groupId>
   <artifactId>handy-uri-templates</artifactId>
   <version>2.1.5</version>
</dependency>
compile group: 'com.damnhandy', name: 'handy-uri-templates', version: '2.1.5'
libraryDependencies += "com.damnhandy" % "handy-uri-templates" % "2.1.5"
<dependency org="com.damnhandy" name="handy-uri-templates" rev="2.1.5"/>
@Grapes(@Grab(group='com.damnhandy', module='handy-uri-templates', version='2.1.5'))
'com.damnhandy:handy-uri-templates:jar:2.1.5'

Download

Click the following link to download the jar file.

handy-uri-templates-2.1.5-javadoc.jar
handy-uri-templates-2.1.5-sources.jar
handy-uri-templates-2.1.5.jar
handy-uri-templates-2.1.5.pom



Related Tutorials