Categories |
CategoriesSpring Boot Container Microservices ORM Data |
---|---|
GroupId | GroupIdcom.baidubce.formula |
ArtifactId | ArtifactIdcircuitbreaker-spring-boot-starter |
Version | Version2.0.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.baidubce.formula/circuitbreaker-spring-boot-starter/ -->
<dependency>
<groupId>com.baidubce.formula</groupId>
<artifactId>circuitbreaker-spring-boot-starter</artifactId>
<version>2.0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidubce.formula/circuitbreaker-spring-boot-starter/
implementation 'com.baidubce.formula:circuitbreaker-spring-boot-starter:2.0.1.2'
// https://jarcasting.com/artifacts/com.baidubce.formula/circuitbreaker-spring-boot-starter/
implementation ("com.baidubce.formula:circuitbreaker-spring-boot-starter:2.0.1.2")
'com.baidubce.formula:circuitbreaker-spring-boot-starter:jar:2.0.1.2'
<dependency org="com.baidubce.formula" name="circuitbreaker-spring-boot-starter" rev="2.0.1.2">
<artifact name="circuitbreaker-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidubce.formula', module='circuitbreaker-spring-boot-starter', version='2.0.1.2')
)
libraryDependencies += "com.baidubce.formula" % "circuitbreaker-spring-boot-starter" % "2.0.1.2"
[com.baidubce.formula/circuitbreaker-spring-boot-starter "2.0.1.2"]