не последняя версия
Последняя версия 3.1.0-incubating

org.apache.marmotta:ldcache-backend-ehcache 3.0.0-incubating

This module offers a backend that allows storing cache entries in an EHCache instance. The backend class is abstract and needs to be subclassed to provide the repository connection for the triples.

Категории

Категории

Ehcache Данные Caching
Группа

Группа

org.apache.marmotta
Идентификатор

Идентификатор

ldcache-backend-ehcache
Версия

Версия

3.0.0-incubating
Тип

Тип

jar

Скачать ldcache-backend-ehcache 3.0.0-incubating


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