is not current version
Last Version 1.7.1

io.github.resilience4j:resilience4j-kotlin 0.17.0

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

Categories

Categories

Kotlin Languages resilience4j Application Layer Libs Distributed Applications
GroupId

GroupId

io.github.resilience4j
ArtifactId

ArtifactId

resilience4j-kotlin
Version

Version

0.17.0
Type

Type

jar

Download resilience4j-kotlin 0.17.0


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