Download arq-extra-2.6.0.jar file - Jar a

Jar examples for a:arq-extra

Description

ARQ is a query engine for Jena that supports the SPARQL RDF Query language. SPARQL is the query language developed by the W3C RDF Data Access Working Group.

You can download jar file arq-extra 2.6.0 in this page.

License

BSD

Build File

You can use the following script to add arq-extra-2.6.0.jar to your project.

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

Download

Click the following link to download the jar file.

arq-extra-2.6.0.jar
arq-extra-2.6.0.pom



Related Tutorials