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

io.github.resilience4j:resilience4j-cache 0.10.1

Resilience4j is a lightweight, easy-to-use fault tolerance library designed for Java8 and functional programming

Категории

Категории

resilience4j Библиотеки уровня приложения Distributed Applications
Группа

Группа

io.github.resilience4j
Идентификатор

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

resilience4j-cache
Версия

Версия

0.10.1
Тип

Тип

jar

Скачать resilience4j-cache 0.10.1


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