Jar examples for j:jena-iri
The IRI module provides an implementation of the IRI and URI specifications (RFC 3987 and 3986) which are used across Jena in order to comply with relevant W3C specifications for RDF and SPARQL which require conformance to these specifications.
You can download jar file jena-iri 1.0.1 in this page.
Apache License
You can use the following script to add jena-iri-1.0.1.jar to your project.
<dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-iri</artifactId> <version>1.0.1</version> </dependency>
compile group: 'org.apache.jena', name: 'jena-iri', version: '1.0.1'
libraryDependencies += "org.apache.jena" % "jena-iri" % "1.0.1"
<dependency org="org.apache.jena" name="jena-iri" rev="1.0.1"/>
@Grapes(@Grab(group='org.apache.jena', module='jena-iri', version='1.0.1'))
'org.apache.jena:jena-iri:jar:1.0.1'
Click the following link to download the jar file.
jena-iri-1.0.1-javadoc.jar