Download jena-fuseki-1.0.2.jar file - Jar j

Jar examples for j:jena-fuseki

Description

Fuseki is a SPARQL 1.1 Server which provides query, update and graph store protocol endpoints that can be used to expose triple store(s) over HTTP

You can download jar file jena-fuseki 1.0.2 in this page.

License

Apache 2.0 License

Build File

You can use the following script to add jena-fuseki-1.0.2.jar to your project.

<dependency>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-fuseki</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'org.apache.jena', name: 'jena-fuseki', version: '1.0.2'
libraryDependencies += "org.apache.jena" % "jena-fuseki" % "1.0.2"
<dependency org="org.apache.jena" name="jena-fuseki" rev="1.0.2"/>
@Grapes(@Grab(group='org.apache.jena', module='jena-fuseki', version='1.0.2'))
'org.apache.jena:jena-fuseki:jar:1.0.2'

Download

Click the following link to download the jar file.

jena-fuseki-1.0.2-javadoc.jar
jena-fuseki-1.0.2-server.jar
jena-fuseki-1.0.2-sources.jar
jena-fuseki-1.0.2-tests.jar
jena-fuseki-1.0.2.jar
jena-fuseki-1.0.2.pom



Related Tutorials