Download jenatest-2.6.0.jar file - Jar j

Jar examples for j:jenatest

Description

Testing support for Jena

You can download jar file jenatest 2.6.0 in this page.

License

BSD

Build File

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

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

Download

Click the following link to download the jar file.

jenatest-2.6.0.jar
jenatest-2.6.0.pom



Related Tutorials