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