Jar examples for j:jena-core
Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.
You can download jar file jena-core 3.0.1 in this page.
Apache License
You can use the following script to add jena-core-3.0.1.jar to your project.
<dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-core</artifactId> <version>3.0.1</version> </dependency>
compile group: 'org.apache.jena', name: 'jena-core', version: '3.0.1'
libraryDependencies += "org.apache.jena" % "jena-core" % "3.0.1"
<dependency org="org.apache.jena" name="jena-core" rev="3.0.1"/>
@Grapes(@Grab(group='org.apache.jena', module='jena-core', version='3.0.1'))
'org.apache.jena:jena-core:jar:3.0.1'
Click the following link to download the jar file.
jena-core-3.0.1-javadoc.jar