Download jena-osgi-3.1.0.jar file - Jar j

Jar examples for j:jena-osgi

Description

Embedding the main Jena modules (iri/core/arq/tdb) in a single OSGi bundle.

You can download jar file jena-osgi 3.1.0 in this page.

License

Apache License

Build File

You can use the following script to add jena-osgi-3.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

jena-osgi-3.1.0-javadoc.jar
jena-osgi-3.1.0-sources.jar
jena-osgi-3.1.0.jar
jena-osgi-3.1.0.pom



Related Tutorials