m

marmotta-ldcache-common

Provides common infrastructure for transparent Linked Data Caching in Marmotta. When a resource is queried using e.g. LDPath or SPARQL and it represents an external resource (e.g. on DBPedia or GeoNames), the resource is transparently fetched on demand and cached locally. This module contains the backend-independent services.
文件下载
文件名 操作
marmotta-ldcache-common-3.3.0.jar 下载
marmotta-ldcache-common-3.3.0.pom 下载
marmotta-ldcache-common-3.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.marmotta</groupId>
  <artifactId>marmotta-ldcache-common</artifactId>
  <version>3.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.marmotta:marmotta-ldcache-common:3.3.0'
Gradle Kotlin
implementation("org.apache.marmotta:marmotta-ldcache-common:3.3.0")
Scala SBT
libraryDependencies += "org.apache.marmotta" % "marmotta-ldcache-common" % "3.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.marmotta', module='marmotta-ldcache-common', version='3.3.0')
)
Apache Ivy
<dependency org="org.apache.marmotta" name="marmotta-ldcache-common" rev="3.3.0" />
Leiningen
[org.apache.marmotta/marmotta-ldcache-common "3.3.0"]
Apache Buildr
'org.apache.marmotta:marmotta-ldcache-common:jar:3.3.0'