Download jena-core-2.13.0.jar file - Jar j

Jar examples for j:jena-core

Description

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

License

Apache License

Build File

You can use the following script to add jena-core-2.13.0.jar to your project.

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

Download

Click the following link to download the jar file.

jena-core-2.13.0-javadoc.jar
jena-core-2.13.0-sources.jar
jena-core-2.13.0-test-sources.jar
jena-core-2.13.0-tests.jar
jena-core-2.13.0.jar
jena-core-2.13.0.pom



Related Tutorials