Jar examples for r:resilience4j-core
Resilience4j is a lightweight, easy-to-use fault tolerance library designed for Java8 and functional programming
You can download jar file resilience4j-core 0.12.0 in this page.
Apache-2.0
You can use the following script to add resilience4j-core-0.12.0.jar to your project.
<dependency> <groupId>io.github.resilience4j</groupId> <artifactId>resilience4j-core</artifactId> <version>0.12.0</version> </dependency>
compile group: 'io.github.resilience4j', name: 'resilience4j-core', version: '0.12.0'
libraryDependencies += "io.github.resilience4j" % "resilience4j-core" % "0.12.0"
<dependency org="io.github.resilience4j" name="resilience4j-core" rev="0.12.0"/>
@Grapes(@Grab(group='io.github.resilience4j', module='resilience4j-core', version='0.12.0'))
'io.github.resilience4j:resilience4j-core:jar:0.12.0'
Click the following link to download the jar file.
resilience4j-core-0.12.0-javadoc.jar