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