| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.marmotta |
| ArtifactId | ArtifactIdmarmotta-ldcache |
| Version | Version3.1.0-incubating |
| Type | Typejar |
| Description |
DescriptionApache Marmotta Platform: Linked Data Caching
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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-ldcache/ -->
<dependency>
<groupId>org.apache.marmotta</groupId>
<artifactId>marmotta-ldcache</artifactId>
<version>3.1.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-ldcache/
implementation 'org.apache.marmotta:marmotta-ldcache:3.1.0-incubating'
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-ldcache/
implementation ("org.apache.marmotta:marmotta-ldcache:3.1.0-incubating")
'org.apache.marmotta:marmotta-ldcache:jar:3.1.0-incubating'
<dependency org="org.apache.marmotta" name="marmotta-ldcache" rev="3.1.0-incubating">
<artifact name="marmotta-ldcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.marmotta', module='marmotta-ldcache', version='3.1.0-incubating')
)
libraryDependencies += "org.apache.marmotta" % "marmotta-ldcache" % "3.1.0-incubating"
[org.apache.marmotta/marmotta-ldcache "3.1.0-incubating"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.marmotta : marmotta-core | jar | 3.1.0-incubating |
| org.apache.marmotta : ldclient-api | jar | 3.1.0-incubating |
| org.apache.marmotta : ldclient-core | jar | 3.1.0-incubating |
| org.apache.marmotta : ldclient-provider-rdf | jar | 3.1.0-incubating |
| org.apache.marmotta : ldcache-api | jar | 3.1.0-incubating |
| org.apache.marmotta : ldcache-core | jar | 3.1.0-incubating |
| org.apache.marmotta : ldcache-sail-kiwi | jar | 3.1.0-incubating |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.hamcrest : hamcrest-core | jar | 1.3 |