Download jenatest-2.5.7.jar file - Jar j

Jar examples for j:jenatest

Description

Testing support for Jena

You can download jar file jenatest 2.5.7 in this page.

License

BSD

Build File

You can use the following script to add jenatest-2.5.7.jar to your project.

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

Download

Click the following link to download the jar file.

jenatest-2.5.7.jar
jenatest-2.5.7.pom



Related Tutorials