Download rdf4j-query-1.0.jar file - Jar r

Jar examples for r:rdf4j-query

Description

Query interfaces and implementations

You can download jar file rdf4j-query 1.0 in this page.

Build File

You can use the following script to add rdf4j-query-1.0.jar to your project.

<dependency>
   <groupId>org.eclipse.rdf4j</groupId>
   <artifactId>rdf4j-query</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'org.eclipse.rdf4j', name: 'rdf4j-query', version: '1.0'
libraryDependencies += "org.eclipse.rdf4j" % "rdf4j-query" % "1.0"
<dependency org="org.eclipse.rdf4j" name="rdf4j-query" rev="1.0"/>
@Grapes(@Grab(group='org.eclipse.rdf4j', module='rdf4j-query', version='1.0'))
'org.eclipse.rdf4j:rdf4j-query:jar:1.0'

Download

Click the following link to download the jar file.

rdf4j-query-1.0-javadoc.jar
rdf4j-query-1.0-sources.jar
rdf4j-query-1.0.jar
rdf4j-query-1.0.pom



Related Tutorials