License |
License |
---|---|
GroupId | GroupIdorg.apache.jena |
ArtifactId | ArtifactIdjena-tdb |
Last Version | Last Version4.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Jena - TDB1 (Native Triple Store)
TDB is a storage subsystem for Jena and ARQ, it is a native triple store providing persistent storage of triples/quads.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jena-tdb-4.5.0.pom | |
jena-tdb-4.5.0.jar | 568 KB |
jena-tdb-4.5.0-sources.jar | 450 KB |
jena-tdb-4.5.0-source-release.zip | 759 KB |
jena-tdb-4.5.0-javadoc.jar | 163 KB |
jena-tdb-4.5.0-distribution.zip | 9 MB |
jena-tdb-4.5.0-distribution.tar.gz | 9 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.jena/jena-tdb/ -->
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>4.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jena/jena-tdb/
implementation 'org.apache.jena:jena-tdb:4.5.0'
// https://jarcasting.com/artifacts/org.apache.jena/jena-tdb/
implementation ("org.apache.jena:jena-tdb:4.5.0")
'org.apache.jena:jena-tdb:jar:4.5.0'
<dependency org="org.apache.jena" name="jena-tdb" rev="4.5.0">
<artifact name="jena-tdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.jena', module='jena-tdb', version='4.5.0')
)
libraryDependencies += "org.apache.jena" % "jena-tdb" % "4.5.0"
[org.apache.jena/jena-tdb "4.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.jena : jena-arq | jar | 4.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.jena : jena-arq | jar | 4.5.0 |
org.apache.jena : jena-core | jar | 4.5.0 |
org.apache.jena : jena-base | jar | 4.5.0 |
junit : junit | jar | 4.13.2 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.2 |