Download uritemplate-1.0.jar file - Jar u

Jar examples for u:uritemplate

Description

Complete Java implementation of URI Templates as defined by the IETF URI Template Internet Draft, Version 8

You can download jar file uritemplate 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add uritemplate-1.0.jar to your project.

<dependency>
   <groupId>com.scurrilous</groupId>
   <artifactId>uritemplate</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.scurrilous', name: 'uritemplate', version: '1.0'
libraryDependencies += "com.scurrilous" % "uritemplate" % "1.0"
<dependency org="com.scurrilous" name="uritemplate" rev="1.0"/>
@Grapes(@Grab(group='com.scurrilous', module='uritemplate', version='1.0'))
'com.scurrilous:uritemplate:jar:1.0'

Download

Click the following link to download the jar file.

uritemplate-1.0-javadoc.jar
uritemplate-1.0-sources.jar
uritemplate-1.0.jar
uritemplate-1.0.pom



Related Tutorials