is not current version
Last Version 0.8.10

com.hp.hpl.jena:tdb 0.8.9

TDB is a storage subsystem for Jena and ARQ

GroupId

GroupId

com.hp.hpl.jena
ArtifactId

ArtifactId

tdb
Version

Version

0.8.9
Type

Type

jar

Download tdb 0.8.9


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