is not current version
Last Version 0.8.10

com.hp.hpl.jena:tdb 0.5


GroupId

GroupId

com.hp.hpl.jena
ArtifactId

ArtifactId

tdb
Version

Version

0.5
Type

Type

jar

Download tdb 0.5

Filename Size
tdb-0.5.pom
tdb-0.5.jar 410 KB
Browse

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