Download rfc3986-uri-0.7.jar file - Jar r

Jar examples for r:rfc3986-uri

Description

RFC 3986 compliant URI implementation.

You can download jar file rfc3986-uri 0.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rfc3986-uri-0.7.jar to your project.

<dependency>
   <groupId>org.dmfs</groupId>
   <artifactId>rfc3986-uri</artifactId>
   <version>0.7</version>
</dependency>
compile group: 'org.dmfs', name: 'rfc3986-uri', version: '0.7'
libraryDependencies += "org.dmfs" % "rfc3986-uri" % "0.7"
<dependency org="org.dmfs" name="rfc3986-uri" rev="0.7"/>
@Grapes(@Grab(group='org.dmfs', module='rfc3986-uri', version='0.7'))
'org.dmfs:rfc3986-uri:jar:0.7'

Download

Click the following link to download the jar file.

rfc3986-uri-0.7-javadoc.jar
rfc3986-uri-0.7-sources.jar
rfc3986-uri-0.7.jar
rfc3986-uri-0.7.pom



Related Tutorials