Download jena-base-3.0.1.jar file - Jar j

Jar examples for j:jena-base

Description

This module contains non-RDF library code and the common system runtime.

You can download jar file jena-base 3.0.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

jena-base-3.0.1-javadoc.jar
jena-base-3.0.1-sources.jar
jena-base-3.0.1-tests.jar
jena-base-3.0.1.jar
jena-base-3.0.1.pom



Related Tutorials