is not current version
Last Version 4.5.0

org.apache.jena:jena-tdb 0.9.3

TDB is a storage subsystem for Jena and ARQ

GroupId

GroupId

org.apache.jena
ArtifactId

ArtifactId

jena-tdb
Version

Version

0.9.3
Type

Type

jar

Download jena-tdb 0.9.3


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