m

marmotta-backend-kiwi

This module provides an Apache Marmotta backend based on the KiWi triple store. This is a reasonable setting for most setups, provides more features than other backends and is therefore also the default backend for Marmotta.
文件下载
文件名 操作
marmotta-backend-kiwi-3.4.0.jar 下载
marmotta-backend-kiwi-3.4.0.pom 下载
marmotta-backend-kiwi-3.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.marmotta</groupId>
  <artifactId>marmotta-backend-kiwi</artifactId>
  <version>3.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.marmotta:marmotta-backend-kiwi:3.4.0'
Gradle Kotlin
implementation("org.apache.marmotta:marmotta-backend-kiwi:3.4.0")
Scala SBT
libraryDependencies += "org.apache.marmotta" % "marmotta-backend-kiwi" % "3.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.marmotta', module='marmotta-backend-kiwi', version='3.4.0')
)
Apache Ivy
<dependency org="org.apache.marmotta" name="marmotta-backend-kiwi" rev="3.4.0" />
Leiningen
[org.apache.marmotta/marmotta-backend-kiwi "3.4.0"]
Apache Buildr
'org.apache.marmotta:marmotta-backend-kiwi:jar:3.4.0'