GroupId | GroupIdorg.apache.marmotta |
---|---|
ArtifactId | ArtifactIdkiwi-triplestore |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
kiwi-triplestore-3.3.0.pom | |
kiwi-triplestore-3.3.0.jar | 178 KB |
kiwi-triplestore-3.3.0-tests.jar | 73 KB |
kiwi-triplestore-3.3.0-sources.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.marmotta/kiwi-triplestore/ -->
<dependency>
<groupId>org.apache.marmotta</groupId>
<artifactId>kiwi-triplestore</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.marmotta/kiwi-triplestore/
implementation 'org.apache.marmotta:kiwi-triplestore:3.3.0'
// https://jarcasting.com/artifacts/org.apache.marmotta/kiwi-triplestore/
implementation ("org.apache.marmotta:kiwi-triplestore:3.3.0")
'org.apache.marmotta:kiwi-triplestore:jar:3.3.0'
<dependency org="org.apache.marmotta" name="kiwi-triplestore" rev="3.3.0">
<artifact name="kiwi-triplestore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.marmotta', module='kiwi-triplestore', version='3.3.0')
)
libraryDependencies += "org.apache.marmotta" % "kiwi-triplestore" % "3.3.0"
[org.apache.marmotta/kiwi-triplestore "3.3.0"]