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