is not current version
Last Version 2.8.8

com.hp.hpl.jena:arq 2.8.1-SHAPSHOT


GroupId

GroupId

com.hp.hpl.jena
ArtifactId

ArtifactId

arq
Version

Version

2.8.1-SHAPSHOT
Type

Type

jar

Download arq 2.8.1-SHAPSHOT


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