Download handy-uri-templates-2.0.1.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.0.1 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.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials