<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>polaris-circuitbreaker-factory</artifactId>
<version>2.0.0.0-RC5</version>
</dependency>
libraryDependencies += "com.tencent.polaris" % "polaris-circuitbreaker-factory" % "2.0.0.0-RC5"
@Grapes(
@Grab(group='com.tencent.polaris', module='polaris-circuitbreaker-factory', version='2.0.0.0-RC5')
)
<dependency org="com.tencent.polaris" name="polaris-circuitbreaker-factory" rev="2.0.0.0-RC5" />
<parent> <groupId>com.tencent.polaris</groupId> <artifactId>polaris-circuitbreaker</artifactId> <version>2.0.0.0-RC5</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-lane
|-- 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
|-- com.tencent.polaris:event-logger
|-- com.tencent.polaris:healthchecker-http
|-- com.tencent.polaris:healthchecker-tcp
|-- com.tencent.polaris:healthchecker-udp
provided
test
|-- com.tencent.polaris:polaris-test-common