Download rdf.core-0.12-incubating.jar file - Jar r

Jar examples for r:rdf

Description

Interfaces and utilities to access RDF Graphs

You can download jar file rdf.core 0.12-incubating in this page.

License

Apache License

Build File

You can use the following script to add rdf.core-0.12-incubating.jar to your project.

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

Download

Click the following link to download the jar file.

rdf.core-0.12-incubating-javadoc.jar
rdf.core-0.12-incubating-sources.jar
rdf.core-0.12-incubating.jar
rdf.core-0.12-incubating.pom



Related Tutorials