Download handy-uri-templates-1.1.6.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 1.1.6 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials