c

circuitbreaker-composite

Polaris Plugins Circuitbreaker With Rule JAR
BSD 3-Clause License
Files download
File Operation
circuitbreaker-composite-1.12.6.jar download
circuitbreaker-composite-1.12.6.pom download
circuitbreaker-composite-1.12.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.polaris</groupId>
  <artifactId>circuitbreaker-composite</artifactId>
  <version>1.12.6</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.polaris:circuitbreaker-composite:1.12.6'
Gradle Kotlin
implementation("com.tencent.polaris:circuitbreaker-composite:1.12.6")
Scala SBT
libraryDependencies += "com.tencent.polaris" % "circuitbreaker-composite" % "1.12.6"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.polaris', module='circuitbreaker-composite', version='1.12.6')
)
Apache Ivy
<dependency org="com.tencent.polaris" name="circuitbreaker-composite" rev="1.12.6" />
Leiningen
[com.tencent.polaris/circuitbreaker-composite "1.12.6"]
Apache Buildr
'com.tencent.polaris:circuitbreaker-composite:jar:1.12.6'