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