GroupId | GroupIdcom.tencent.polaris |
---|---|
ArtifactId | ArtifactIdcircuitbreaker |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
circuitbreaker-1.1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.polaris/circuitbreaker/ -->
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>circuitbreaker</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.polaris/circuitbreaker/
implementation 'com.tencent.polaris:circuitbreaker:1.1.0'
// https://jarcasting.com/artifacts/com.tencent.polaris/circuitbreaker/
implementation ("com.tencent.polaris:circuitbreaker:1.1.0")
'com.tencent.polaris:circuitbreaker:pom:1.1.0'
<dependency org="com.tencent.polaris" name="circuitbreaker" rev="1.1.0">
<artifact name="circuitbreaker" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tencent.polaris', module='circuitbreaker', version='1.1.0')
)
libraryDependencies += "com.tencent.polaris" % "circuitbreaker" % "1.1.0"
[com.tencent.polaris/circuitbreaker "1.1.0"]