is not current version
Last Version 4.5.0

org.apache.jena:jena-tdb 3.13.1

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

3.13.1
Type

Type

jar

Download jena-tdb 3.13.1


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