| License | 
                License | 
        
|---|---|
| Categories | 
                Categoriesresilience4j Application Layer Libs Distributed Applications | 
        
| GroupId | GroupIdio.github.resilience4j | 
    
| ArtifactId | ArtifactIdresilience4j-framework-common | 
    
| Last Version | Last Version1.7.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionresilience4j 
            Resilience4j is a lightweight, easy-to-use fault tolerance library designed for Java8 and functional programming 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/io.github.resilience4j/resilience4j-framework-common/ -->
<dependency>
    <groupId>io.github.resilience4j</groupId>
    <artifactId>resilience4j-framework-common</artifactId>
    <version>1.7.1</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.resilience4j/resilience4j-framework-common/
implementation 'io.github.resilience4j:resilience4j-framework-common:1.7.1'
                // https://jarcasting.com/artifacts/io.github.resilience4j/resilience4j-framework-common/
implementation ("io.github.resilience4j:resilience4j-framework-common:1.7.1")
                'io.github.resilience4j:resilience4j-framework-common:jar:1.7.1'
                <dependency org="io.github.resilience4j" name="resilience4j-framework-common" rev="1.7.1">
  <artifact name="resilience4j-framework-common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.resilience4j', module='resilience4j-framework-common', version='1.7.1')
)
                libraryDependencies += "io.github.resilience4j" % "resilience4j-framework-common" % "1.7.1"
                [io.github.resilience4j/resilience4j-framework-common "1.7.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.vavr : vavr | jar | 0.10.2 | 
| io.github.resilience4j : resilience4j-circuitbreaker | jar | 1.7.1 | 
| io.github.resilience4j : resilience4j-ratelimiter | jar | 1.7.1 | 
| io.github.resilience4j : resilience4j-retry | jar | 1.7.1 | 
| io.github.resilience4j : resilience4j-bulkhead | jar | 1.7.1 | 
| io.github.resilience4j : resilience4j-timelimiter | jar | 1.7.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |