| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdcom.battcn.cloud | 
    
| ArtifactId | ArtifactIdextend-hystrix-spring-boot-starter | 
    
| Version | Version1.0.2-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.battcn.cloud/extend-hystrix-spring-boot-starter/ -->
<dependency>
    <groupId>com.battcn.cloud</groupId>
    <artifactId>extend-hystrix-spring-boot-starter</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.battcn.cloud/extend-hystrix-spring-boot-starter/
implementation 'com.battcn.cloud:extend-hystrix-spring-boot-starter:1.0.2-RELEASE'
                // https://jarcasting.com/artifacts/com.battcn.cloud/extend-hystrix-spring-boot-starter/
implementation ("com.battcn.cloud:extend-hystrix-spring-boot-starter:1.0.2-RELEASE")
                'com.battcn.cloud:extend-hystrix-spring-boot-starter:jar:1.0.2-RELEASE'
                <dependency org="com.battcn.cloud" name="extend-hystrix-spring-boot-starter" rev="1.0.2-RELEASE">
  <artifact name="extend-hystrix-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.battcn.cloud', module='extend-hystrix-spring-boot-starter', version='1.0.2-RELEASE')
)
                libraryDependencies += "com.battcn.cloud" % "extend-hystrix-spring-boot-starter" % "1.0.2-RELEASE"
                [com.battcn.cloud/extend-hystrix-spring-boot-starter "1.0.2-RELEASE"]