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

Jar examples for r:rfc3986-uri

Description

RFC 3986 compliant URI implementation.

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials