is not current version
Last Version 4.5.0

org.apache.jena:jena-tdb 1.0.2

TDB is a storage subsystem for Jena and ARQ, it is a native triple store providing persisent disk based storage of triples/quads.

GroupId

GroupId

org.apache.jena
ArtifactId

ArtifactId

jena-tdb
Version

Version

1.0.2
Type

Type

jar

Download jena-tdb 1.0.2


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