Download json-jena-1.0.jar file - Jar j

Jar examples for j:json-jena

Description

You can download jar file json-jena 1.0 in this page.

Build File

You can use the following script to add json-jena-1.0.jar to your project.

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

Download

Click the following link to download the jar file.

json-jena-1.0.jar
json-jena-1.0.pom



Related Tutorials