File | Operation |
---|---|
spring-cloud-starter-circuitbreaker-3.0.2.pom | download |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-circuitbreaker</artifactId>
<version>3.0.2</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-circuitbreaker" % "3.0.2"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-circuitbreaker', version='3.0.2')
)
<dependency org="org.springframework.cloud" name="spring-cloud-starter-circuitbreaker" rev="3.0.2" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-circuitbreaker</artifactId> <version>3.0.2</version> </parent>