Download jena-sdb-1.3.6.jar file - Jar j

Jar examples for j:jena-sdb

Description

SDB is a persistence layer for use with Apache Jena that uses an SQL database to store triples/quads.

You can download jar file jena-sdb 1.3.6 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

jena-sdb-1.3.6-javadoc.jar
jena-sdb-1.3.6-sources.jar
jena-sdb-1.3.6.jar
jena-sdb-1.3.6.pom



Related Tutorials