r

router-lane

Polaris Plugins Router Lane JAR
BSD 3-Clause License
文件下载
文件名 操作
router-lane-2.0.0.0-RC5.jar 下载
router-lane-2.0.0.0-RC5.pom 下载
router-lane-2.0.0.0-RC5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.tencent.polaris</groupId>
  <artifactId>router-lane</artifactId>
  <version>2.0.0.0-RC5</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.polaris:router-lane:2.0.0.0-RC5'
Gradle Kotlin
implementation("com.tencent.polaris:router-lane:2.0.0.0-RC5")
Scala SBT
libraryDependencies += "com.tencent.polaris" % "router-lane" % "2.0.0.0-RC5"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.polaris', module='router-lane', version='2.0.0.0-RC5')
)
Apache Ivy
<dependency org="com.tencent.polaris" name="router-lane" rev="2.0.0.0-RC5" />
Leiningen
[com.tencent.polaris/router-lane "2.0.0.0-RC5"]
Apache Buildr
'com.tencent.polaris:router-lane:jar:2.0.0.0-RC5'