<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>polaris-circuitbreaker-factory</artifactId>
<version>1.12.9</version>
</dependency>
libraryDependencies += "com.tencent.polaris" % "polaris-circuitbreaker-factory" % "1.12.9"
@Grapes(
@Grab(group='com.tencent.polaris', module='polaris-circuitbreaker-factory', version='1.12.9')
)
<dependency org="com.tencent.polaris" name="polaris-circuitbreaker-factory" rev="1.12.9" />
<parent> <groupId>com.tencent.polaris</groupId> <artifactId>polaris-circuitbreaker</artifactId> <version>1.12.9</version> </parent>
compile
|-- com.tencent.polaris:polaris-circuitbreaker-client
|-- com.tencent.polaris:polaris-client
|-- com.tencent.polaris:connector-composite
|-- com.tencent.polaris:registry-memory
|-- com.tencent.polaris:flow-cache-expired
|-- com.tencent.polaris:router-isolated
|-- com.tencent.polaris:router-healthy
|-- com.tencent.polaris:router-nearby
|-- com.tencent.polaris:router-metadata
|-- com.tencent.polaris:loadbalancer-random
|-- com.tencent.polaris:circuitbreaker-errrate
|-- com.tencent.polaris:circuitbreaker-errcount
|-- com.tencent.polaris:circuitbreaker-composite
|-- com.tencent.polaris:stat-prometheus
provided
test
|-- com.tencent.polaris:polaris-test-common