License |
License |
---|---|
GroupId | GroupIdcom.hp.hpl.jena |
ArtifactId | ArtifactIdarq-extra |
Last Version | Last Version2.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionARQ Extra
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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationHP Labs |
Filename | Size |
---|---|
arq-extra-2.7.0.pom | |
arq-extra-2.7.0.jar | 231 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hp.hpl.jena/arq-extra/ -->
<dependency>
<groupId>com.hp.hpl.jena</groupId>
<artifactId>arq-extra</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hp.hpl.jena/arq-extra/
implementation 'com.hp.hpl.jena:arq-extra:2.7.0'
// https://jarcasting.com/artifacts/com.hp.hpl.jena/arq-extra/
implementation ("com.hp.hpl.jena:arq-extra:2.7.0")
'com.hp.hpl.jena:arq-extra:jar:2.7.0'
<dependency org="com.hp.hpl.jena" name="arq-extra" rev="2.7.0">
<artifact name="arq-extra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hp.hpl.jena', module='arq-extra', version='2.7.0')
)
libraryDependencies += "com.hp.hpl.jena" % "arq-extra" % "2.7.0"
[com.hp.hpl.jena/arq-extra "2.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.hp.hpl.jena : arq | jar | 2.7.0 |
Group / Artifact | Type | Version |
---|---|---|
com.hp.hpl.jena : jenatest | jar | 2.6.0 |
junit : junit | jar | 4.5 |