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