Jar examples for j:jena
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 2.12.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jena-2.12.1.jar to your project.
<dependency> <groupId>org.apache.jena</groupId> <artifactId>jena</artifactId> <version>2.12.1</version> </dependency>
compile group: 'org.apache.jena', name: 'jena', version: '2.12.1'
libraryDependencies += "org.apache.jena" % "jena" % "2.12.1"
<dependency org="org.apache.jena" name="jena" rev="2.12.1"/>
@Grapes(@Grab(group='org.apache.jena', module='jena', version='2.12.1'))
'org.apache.jena:jena:jar:2.12.1'
Click the following link to download the jar file.
jena-2.12.1.pom