is not current version
Last Version 1.2.35

de.otto.edison:edison-cache 1.2.33

Support for Caffeine caches in Edison microservices.

GroupId

GroupId

de.otto.edison
ArtifactId

ArtifactId

edison-cache
Version

Version

1.2.33
Type

Type

jar

Download edison-cache 1.2.33


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