Download apache-jena-libs-2.12.1.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 2.12.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

apache-jena-libs-2.12.1.pom



Related Tutorials