Download jena-base-3.7.0.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.7.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

jena-base-3.7.0-javadoc.jar
jena-base-3.7.0-sources.jar
jena-base-3.7.0-test-sources.jar
jena-base-3.7.0-tests.jar
jena-base-3.7.0.jar
jena-base-3.7.0.pom



Related Tutorials