r

router-common

Polaris Plugins Router Common JAR
BSD 3-Clause License
Files download
File Operation
router-common-1.15.9.jar download
router-common-1.15.9.pom download
router-common-1.15.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.polaris</groupId>
  <artifactId>router-common</artifactId>
  <version>1.15.9</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.polaris:router-common:1.15.9'
Gradle Kotlin
implementation("com.tencent.polaris:router-common:1.15.9")
Scala SBT
libraryDependencies += "com.tencent.polaris" % "router-common" % "1.15.9"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.polaris', module='router-common', version='1.15.9')
)
Apache Ivy
<dependency org="com.tencent.polaris" name="router-common" rev="1.15.9" />
Leiningen
[com.tencent.polaris/router-common "1.15.9"]
Apache Buildr
'com.tencent.polaris:router-common:jar:1.15.9'