Download jena-fuseki1-1.4.0.jar file - Jar j

Jar examples for j:jena-fuseki1

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-fuseki1 1.4.0 in this page.

License

Apache 2.0 License

Build File

You can use the following script to add jena-fuseki1-1.4.0.jar to your project.

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

Download

Click the following link to download the jar file.

jena-fuseki1-1.4.0-javadoc.jar
jena-fuseki1-1.4.0-server.jar
jena-fuseki1-1.4.0-sources.jar
jena-fuseki1-1.4.0-tests.jar
jena-fuseki1-1.4.0.jar
jena-fuseki1-1.4.0.pom



Related Tutorials