<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>router-rule</artifactId>
<version>2.0.0.0-RC1</version>
</dependency>
@Grapes(
@Grab(group='com.tencent.polaris', module='router-rule', version='2.0.0.0-RC1')
)
<parent> <groupId>com.tencent.polaris</groupId> <artifactId>polaris-plugins-router</artifactId> <version>2.0.0.0-RC1</version> </parent>
compile
|-- com.tencent.polaris:router-common
|-- com.tencent.polaris:polaris-logging
|-- com.tencent.polaris:polaris-circuitbreaker-client
provided
test
|-- io.grpc:grpc-all