Download jena-iri-0.9.6.jar file - Jar j

Jar examples for j:jena-iri

Description

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 0.9.6 in this page.

License

Apache License

Build File

You can use the following script to add jena-iri-0.9.6.jar to your project.

<dependency>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-iri</artifactId>
   <version>0.9.6</version>
</dependency>
compile group: 'org.apache.jena', name: 'jena-iri', version: '0.9.6'
libraryDependencies += "org.apache.jena" % "jena-iri" % "0.9.6"
<dependency org="org.apache.jena" name="jena-iri" rev="0.9.6"/>
@Grapes(@Grab(group='org.apache.jena', module='jena-iri', version='0.9.6'))
'org.apache.jena:jena-iri:jar:0.9.6'

Download

Click the following link to download the jar file.

jena-iri-0.9.6-javadoc.jar
jena-iri-0.9.6-sources.jar
jena-iri-0.9.6.jar
jena-iri-0.9.6.pom



Related Tutorials