文件名 | 操作 |
---|---|
spring-cloud-circuitbreaker-1.0.2.RELEASE.pom | 下载 |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-circuitbreaker</artifactId>
<version>1.0.2.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-circuitbreaker" % "1.0.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-circuitbreaker', version='1.0.2.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-circuitbreaker" rev="1.0.2.RELEASE" />