GroupId | GroupIdorg.apache.jena |
---|---|
ArtifactId | ArtifactIdjena-tdb |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jena-tdb-1.0.1.pom | |
jena-tdb-1.0.1.jar | 557 KB |
jena-tdb-1.0.1-tests.jar | 217 KB |
jena-tdb-1.0.1-test-sources.jar | 168 KB |
jena-tdb-1.0.1-sources.jar | 431 KB |
jena-tdb-1.0.1-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.jena/jena-tdb/ -->
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-tdb</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jena/jena-tdb/
implementation 'org.apache.jena:jena-tdb:1.0.1'
// https://jarcasting.com/artifacts/org.apache.jena/jena-tdb/
implementation ("org.apache.jena:jena-tdb:1.0.1")
'org.apache.jena:jena-tdb:jar:1.0.1'
<dependency org="org.apache.jena" name="jena-tdb" rev="1.0.1">
<artifact name="jena-tdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.jena', module='jena-tdb', version='1.0.1')
)
libraryDependencies += "org.apache.jena" % "jena-tdb" % "1.0.1"
[org.apache.jena/jena-tdb "1.0.1"]