GroupId | GroupIdorg.apache.jena |
---|---|
ArtifactId | ArtifactIdjena-tdb |
Version | Version3.12.0 |
Type | Typejar |
Filename | Size |
---|---|
jena-tdb-3.12.0.pom | |
jena-tdb-3.12.0.jar | 514 KB |
jena-tdb-3.12.0-tests.jar | 200 KB |
jena-tdb-3.12.0-test-sources.jar | 172 KB |
jena-tdb-3.12.0-sources.jar | 418 KB |
jena-tdb-3.12.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.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jena/jena-tdb/
implementation 'org.apache.jena:jena-tdb:3.12.0'
// https://jarcasting.com/artifacts/org.apache.jena/jena-tdb/
implementation ("org.apache.jena:jena-tdb:3.12.0")
'org.apache.jena:jena-tdb:jar:3.12.0'
<dependency org="org.apache.jena" name="jena-tdb" rev="3.12.0">
<artifact name="jena-tdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.jena', module='jena-tdb', version='3.12.0')
)
libraryDependencies += "org.apache.jena" % "jena-tdb" % "3.12.0"
[org.apache.jena/jena-tdb "3.12.0"]