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