Download rdf.jena.storage-1.0.0.jar file - Jar r

Jar examples for r:rdf

Description

Allows converting Jena graphs to SCB graphs. (Currently no TcProvider comprised)

You can download jar file rdf.jena.storage 1.0.0 in this page.

License

Apache License

Build File

You can use the following script to add rdf.jena.storage-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

rdf.jena.storage-1.0.0-javadoc.jar
rdf.jena.storage-1.0.0-sources.jar
rdf.jena.storage-1.0.0.jar
rdf.jena.storage-1.0.0.pom



Related Tutorials