p

polaris-router

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