Download rdf4j-queryresultio-text-2.4.0-M1.jar file - Jar r

Jar examples for r:rdf4j-queryresultio-text

Description

Query result parser and writer implementation for RDF4J's plain text boolean query results format.

You can download jar file rdf4j-queryresultio-text 2.4.0-M1 in this page.

Build File

You can use the following script to add rdf4j-queryresultio-text-2.4.0-M1.jar to your project.

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

Download

Click the following link to download the jar file.

rdf4j-queryresultio-text-2.4.0-M1-javadoc.jar
rdf4j-queryresultio-text-2.4.0-M1-sources.jar
rdf4j-queryresultio-text-2.4.0-M1.jar
rdf4j-queryresultio-text-2.4.0-M1.pom



Related Tutorials