Download jena-tdb-3.2.0.jar file - Jar j

Jar examples for j:jena-tdb

Description

TDB is a storage subsystem for Jena and ARQ, it is a native triple store providing persisent disk based storage of triples/quads.

You can download jar file jena-tdb 3.2.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

jena-tdb-3.2.0-javadoc.jar
jena-tdb-3.2.0-sources.jar
jena-tdb-3.2.0-test-sources.jar
jena-tdb-3.2.0-tests.jar
jena-tdb-3.2.0.jar
jena-tdb-3.2.0.pom



Related Tutorials