is not current version
Last Version 2.8.8

com.hp.hpl.jena:arq 2.4

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.

GroupId

GroupId

com.hp.hpl.jena
ArtifactId

ArtifactId

arq
Version

Version

2.4
Type

Type

jar

Download arq 2.4

Filename Size
arq-2.4.pom
arq-2.4.jar 1 MB
Browse

<!-- https://jarcasting.com/artifacts/com.hp.hpl.jena/arq/ -->
<dependency>
    <groupId>com.hp.hpl.jena</groupId>
    <artifactId>arq</artifactId>
    <version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.hp.hpl.jena/arq/
implementation 'com.hp.hpl.jena:arq:2.4'
// https://jarcasting.com/artifacts/com.hp.hpl.jena/arq/
implementation ("com.hp.hpl.jena:arq:2.4")
'com.hp.hpl.jena:arq:jar:2.4'
<dependency org="com.hp.hpl.jena" name="arq" rev="2.4">
  <artifact name="arq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hp.hpl.jena', module='arq', version='2.4')
)
libraryDependencies += "com.hp.hpl.jena" % "arq" % "2.4"
[com.hp.hpl.jena/arq "2.4"]