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