Download uri-template-0.5.jar file - Jar u

Jar examples for u:uri-template

Description

A fully functional Java implementation of RFC 6570 (URI templates)

You can download jar file uri-template 0.5 in this page.

License

Lesser General Public License, version 3 or greater

Build File

You can use the following script to add uri-template-0.5.jar to your project.

<dependency>
   <groupId>com.github.fge</groupId>
   <artifactId>uri-template</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'com.github.fge', name: 'uri-template', version: '0.5'
libraryDependencies += "com.github.fge" % "uri-template" % "0.5"
<dependency org="com.github.fge" name="uri-template" rev="0.5"/>
@Grapes(@Grab(group='com.github.fge', module='uri-template', version='0.5'))
'com.github.fge:uri-template:jar:0.5'

Download

Click the following link to download the jar file.

uri-template-0.5-jar-with-dependencies.jar
uri-template-0.5-javadoc.jar
uri-template-0.5-sources.jar
uri-template-0.5.jar
uri-template-0.5.pom



Related Tutorials