is not current version
Last Version 2.6.0

com.hp.hpl.jena:jenatest 2.5.7

Testing support for Jena

GroupId

GroupId

com.hp.hpl.jena
ArtifactId

ArtifactId

jenatest
Version

Version

2.5.7
Type

Type

jar

Download jenatest 2.5.7


<!-- https://jarcasting.com/artifacts/com.hp.hpl.jena/jenatest/ -->
<dependency>
    <groupId>com.hp.hpl.jena</groupId>
    <artifactId>jenatest</artifactId>
    <version>2.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.hp.hpl.jena/jenatest/
implementation 'com.hp.hpl.jena:jenatest:2.5.7'
// https://jarcasting.com/artifacts/com.hp.hpl.jena/jenatest/
implementation ("com.hp.hpl.jena:jenatest:2.5.7")
'com.hp.hpl.jena:jenatest:jar:2.5.7'
<dependency org="com.hp.hpl.jena" name="jenatest" rev="2.5.7">
  <artifact name="jenatest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hp.hpl.jena', module='jenatest', version='2.5.7')
)
libraryDependencies += "com.hp.hpl.jena" % "jenatest" % "2.5.7"
[com.hp.hpl.jena/jenatest "2.5.7"]