не последняя версия
Последняя версия 1.2.35

de.otto.edison:edison-cache 1.0.1-RELEASE

Support for Caffeine caches in Edison microservices.

Группа

Группа

de.otto.edison
Идентификатор

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

edison-cache
Версия

Версия

1.0.1-RELEASE
Тип

Тип

jar

Скачать edison-cache 1.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/de.otto.edison/edison-cache/ -->
<dependency>
    <groupId>de.otto.edison</groupId>
    <artifactId>edison-cache</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/edison-cache/
implementation 'de.otto.edison:edison-cache:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/de.otto.edison/edison-cache/
implementation ("de.otto.edison:edison-cache:1.0.1-RELEASE")
'de.otto.edison:edison-cache:jar:1.0.1-RELEASE'
<dependency org="de.otto.edison" name="edison-cache" rev="1.0.1-RELEASE">
  <artifact name="edison-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='edison-cache', version='1.0.1-RELEASE')
)
libraryDependencies += "de.otto.edison" % "edison-cache" % "1.0.1-RELEASE"
[de.otto.edison/edison-cache "1.0.1-RELEASE"]