is not current version
Last Version 1.7.1

io.github.resilience4j:resilience4j-bulkhead 0.14.0

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

Categories

Categories

resilience4j Application Layer Libs Distributed Applications
GroupId

GroupId

io.github.resilience4j
ArtifactId

ArtifactId

resilience4j-bulkhead
Version

Version

0.14.0
Type

Type

jar

Download resilience4j-bulkhead 0.14.0


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