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