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