Last Version

Apache Marmotta Platform: Linked Data Caching (Common) 3.4.0

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.

License

License

GroupId

GroupId

org.apache.marmotta
ArtifactId

ArtifactId

marmotta-ldcache-common
Version

Version

3.4.0
Type

Type

jar
Description

Description

Apache Marmotta Platform: Linked Data Caching (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.
Project URL

Project URL

http://marmotta.apache.org/marmotta-ldcache-common
Project Organization

Project Organization

The Apache Software Foundation

Download marmotta-ldcache-common 3.4.0


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

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.marmotta : marmotta-core jar 3.4.0
org.apache.marmotta : ldclient-api jar 3.4.0
org.apache.marmotta : ldclient-core jar 3.4.0
org.apache.marmotta : ldclient-provider-rdf jar 3.4.0
org.apache.marmotta : ldcache-api jar 3.4.0
org.apache.marmotta : ldcache-core jar 3.4.0

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.