p

polaris-router-client

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