Download sdb-1.3.4.jar file - Jar s

Jar examples for s:sdb

Description

SDB is a SPARQL query system that extends ARQ and Jena for relational databases. SPARQL is the query language developed by the W3C RDF Data Access Working Group.

You can download jar file sdb 1.3.4 in this page.

License

BSD-style license

Build File

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

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

Download

Click the following link to download the jar file.

sdb-1.3.4-javadoc.jar
sdb-1.3.4-sources.jar
sdb-1.3.4-test-sources.jar
sdb-1.3.4-tests.jar
sdb-1.3.4.jar
sdb-1.3.4.pom



Related Tutorials