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