License |
License |
---|---|
Categories |
Categoriesresilience4j Application Layer Libs Distributed Applications |
GroupId | GroupIdio.github.resilience4j |
ArtifactId | ArtifactIdresilience4j-core |
Last Version | Last Version1.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionresilience4j
Resilience4j is a lightweight, easy-to-use fault tolerance library designed for Java8 and functional programming
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
resilience4j-core-1.7.1.pom | |
resilience4j-core-1.7.1.jar | 36 KB |
resilience4j-core-1.7.1-sources.jar | 31 KB |
resilience4j-core-1.7.1-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.resilience4j/resilience4j-core/ -->
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-core</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.resilience4j/resilience4j-core/
implementation 'io.github.resilience4j:resilience4j-core:1.7.1'
// https://jarcasting.com/artifacts/io.github.resilience4j/resilience4j-core/
implementation ("io.github.resilience4j:resilience4j-core:1.7.1")
'io.github.resilience4j:resilience4j-core:jar:1.7.1'
<dependency org="io.github.resilience4j" name="resilience4j-core" rev="1.7.1">
<artifact name="resilience4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.resilience4j', module='resilience4j-core', version='1.7.1')
)
libraryDependencies += "io.github.resilience4j" % "resilience4j-core" % "1.7.1"
[io.github.resilience4j/resilience4j-core "1.7.1"]
Group / Artifact | Type | Version |
---|---|---|
io.vavr : vavr | jar | 0.10.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |