GroupId | GroupIdorg.apache.jena |
---|---|
ArtifactId | ArtifactIdjena-tdb |
Version | Version3.15.0 |
Type | Typejar |
Filename | Size |
---|---|
jena-tdb-3.15.0.pom | |
jena-tdb-3.15.0.jar | 503 KB |
jena-tdb-3.15.0-tests.jar | 198 KB |
jena-tdb-3.15.0-test-sources.jar | 170 KB |
jena-tdb-3.15.0-sources.jar | 409 KB |
jena-tdb-3.15.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.jena/jena-tdb/ -->
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>3.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jena/jena-tdb/
implementation 'org.apache.jena:jena-tdb:3.15.0'
// https://jarcasting.com/artifacts/org.apache.jena/jena-tdb/
implementation ("org.apache.jena:jena-tdb:3.15.0")
'org.apache.jena:jena-tdb:jar:3.15.0'
<dependency org="org.apache.jena" name="jena-tdb" rev="3.15.0">
<artifact name="jena-tdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.jena', module='jena-tdb', version='3.15.0')
)
libraryDependencies += "org.apache.jena" % "jena-tdb" % "3.15.0"
[org.apache.jena/jena-tdb "3.15.0"]