c

circuitbreaker

Polaris Plugins Circuitbreaker Trigger POM
BSD 3-Clause License
文件下载
文件名 操作
circuitbreaker-1.2.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.tencent.polaris</groupId>
  <artifactId>circuitbreaker</artifactId>
  <version>1.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.tencent.polaris:circuitbreaker:1.2.0'
Gradle Kotlin
implementation("com.tencent.polaris:circuitbreaker:1.2.0")
Scala SBT
libraryDependencies += "com.tencent.polaris" % "circuitbreaker" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.polaris', module='circuitbreaker', version='1.2.0')
)
Apache Ivy
<dependency org="com.tencent.polaris" name="circuitbreaker" rev="1.2.0" />
Leiningen
[com.tencent.polaris/circuitbreaker "1.2.0"]
Apache Buildr
'com.tencent.polaris:circuitbreaker:jar:1.2.0'