| Categories |
Categoriesresilience4j Application Layer Libs Distributed Applications |
|---|---|
| GroupId | GroupIdio.github.resilience4j |
| ArtifactId | ArtifactIdresilience4j-cache |
| Version | Version0.15.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| resilience4j-cache-0.15.0.pom | |
| resilience4j-cache-0.15.0.jar | 15 KB |
| resilience4j-cache-0.15.0-sources.jar | 10 KB |
| resilience4j-cache-0.15.0-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.resilience4j/resilience4j-cache/ -->
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-cache</artifactId>
<version>0.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.resilience4j/resilience4j-cache/
implementation 'io.github.resilience4j:resilience4j-cache:0.15.0'
// https://jarcasting.com/artifacts/io.github.resilience4j/resilience4j-cache/
implementation ("io.github.resilience4j:resilience4j-cache:0.15.0")
'io.github.resilience4j:resilience4j-cache:jar:0.15.0'
<dependency org="io.github.resilience4j" name="resilience4j-cache" rev="0.15.0">
<artifact name="resilience4j-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.resilience4j', module='resilience4j-cache', version='0.15.0')
)
libraryDependencies += "io.github.resilience4j" % "resilience4j-cache" % "0.15.0"
[io.github.resilience4j/resilience4j-cache "0.15.0"]