Download apache-jena-3.6.0.jar file - Jar a

Jar examples for a:apache-jena

Description

Apache Jena is a API and toolkit for working with semantic web technologies such as RDF and SPARQL using Java. This artifact represents the source and binary distribution packages generated for releases.

You can download jar file apache-jena 3.6.0 in this page.

License

Apache 2.0 License

Build File

You can use the following script to add apache-jena-3.6.0.jar to your project.

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

Download

Click the following link to download the jar file.

apache-jena-3.6.0.pom



Related Tutorials