p

polaris-router-client

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