GroupId | GroupIdcom.tencent.polaris |
---|---|
ArtifactId | ArtifactIdpolaris-circuitbreaker-factory |
Version | Version1.1.1 |
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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.polaris/polaris-circuitbreaker-factory/
implementation 'com.tencent.polaris:polaris-circuitbreaker-factory:1.1.1'
// https://jarcasting.com/artifacts/com.tencent.polaris/polaris-circuitbreaker-factory/
implementation ("com.tencent.polaris:polaris-circuitbreaker-factory:1.1.1")
'com.tencent.polaris:polaris-circuitbreaker-factory:jar:1.1.1'
<dependency org="com.tencent.polaris" name="polaris-circuitbreaker-factory" rev="1.1.1">
<artifact name="polaris-circuitbreaker-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.polaris', module='polaris-circuitbreaker-factory', version='1.1.1')
)
libraryDependencies += "com.tencent.polaris" % "polaris-circuitbreaker-factory" % "1.1.1"
[com.tencent.polaris/polaris-circuitbreaker-factory "1.1.1"]