is not current version
Last Version 3.1.0-incubating

org.apache.marmotta:marmotta-ldcache 3.0.1

Provides transparent Linked Data Caching in the LMF triple store. 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.

GroupId

GroupId

org.apache.marmotta
ArtifactId

ArtifactId

marmotta-ldcache
Version

Version

3.0.1
Type

Type

jar

Download marmotta-ldcache 3.0.1


<!-- https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-ldcache/ -->
<dependency>
    <groupId>org.apache.marmotta</groupId>
    <artifactId>marmotta-ldcache</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-ldcache/
implementation 'org.apache.marmotta:marmotta-ldcache:3.0.1'
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-ldcache/
implementation ("org.apache.marmotta:marmotta-ldcache:3.0.1")
'org.apache.marmotta:marmotta-ldcache:jar:3.0.1'
<dependency org="org.apache.marmotta" name="marmotta-ldcache" rev="3.0.1">
  <artifact name="marmotta-ldcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.marmotta', module='marmotta-ldcache', version='3.0.1')
)
libraryDependencies += "org.apache.marmotta" % "marmotta-ldcache" % "3.0.1"
[org.apache.marmotta/marmotta-ldcache "3.0.1"]