<dependency> <groupId>com.tencent.polaris</groupId> <artifactId>router-set</artifactId> <version>1.13.0</version> </dependency>
implementation 'com.tencent.polaris:router-set:1.13.0'
implementation("com.tencent.polaris:router-set:1.13.0")
libraryDependencies += "com.tencent.polaris" % "router-set" % "1.13.0"
@Grapes( @Grab(group='com.tencent.polaris', module='router-set', version='1.13.0') )
<dependency org="com.tencent.polaris" name="router-set" rev="1.13.0" />
[com.tencent.polaris/router-set "1.13.0"]
'com.tencent.polaris:router-set:jar:1.13.0'
<parent> <groupId>com.tencent.polaris</groupId> <artifactId>polaris-plugins-router</artifactId> <version>1.13.0</version> </parent>
compile
|-- com.tencent.polaris:router-common
|-- com.tencent.polaris:polaris-logging
provided
|-- org.slf4j:slf4j-api