Download jena-2.6.3.jar file - Jar j

Jar examples for j:jena

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

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.hp.hpl.jena</groupId>
   <artifactId>jena</artifactId>
   <version>2.6.3</version>
</dependency>
compile group: 'com.hp.hpl.jena', name: 'jena', version: '2.6.3'
libraryDependencies += "com.hp.hpl.jena" % "jena" % "2.6.3"
<dependency org="com.hp.hpl.jena" name="jena" rev="2.6.3"/>
@Grapes(@Grab(group='com.hp.hpl.jena', module='jena', version='2.6.3'))
'com.hp.hpl.jena:jena:jar:2.6.3'

Download

Click the following link to download the jar file.

jena-2.6.3-javadoc.jar
jena-2.6.3-sources.jar
jena-2.6.3-test-sources.jar
jena-2.6.3-tests.jar
jena-2.6.3.jar
jena-2.6.3.pom



Related Tutorials