GroupId | GroupIdcom.tencent.polaris |
---|---|
ArtifactId | ArtifactIdcircuitbreaker-errrate |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tencent.polaris/circuitbreaker-errrate/ -->
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>circuitbreaker-errrate</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.polaris/circuitbreaker-errrate/
implementation 'com.tencent.polaris:circuitbreaker-errrate:1.3.0'
// https://jarcasting.com/artifacts/com.tencent.polaris/circuitbreaker-errrate/
implementation ("com.tencent.polaris:circuitbreaker-errrate:1.3.0")
'com.tencent.polaris:circuitbreaker-errrate:jar:1.3.0'
<dependency org="com.tencent.polaris" name="circuitbreaker-errrate" rev="1.3.0">
<artifact name="circuitbreaker-errrate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.polaris', module='circuitbreaker-errrate', version='1.3.0')
)
libraryDependencies += "com.tencent.polaris" % "circuitbreaker-errrate" % "1.3.0"
[com.tencent.polaris/circuitbreaker-errrate "1.3.0"]