Download apache-jena-libs-3.3.0.jar file - Jar a

Jar examples for a:apache-jena-libs

Description

A convenience POM artifact that may be referenced to pull in all the standard Jena Libraries (Core, ARQ, IRI, and TDB) with a single dependency.

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

apache-jena-libs-3.3.0.pom



Related Tutorials