p

polaris-all

All in one project for polaris-java
BSD 3-Clause License
Files download
File Operation
polaris-all-2.0.0.0-RC2.jar download
polaris-all-2.0.0.0-RC2.pom download
polaris-all-2.0.0.0-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.polaris</groupId>
  <artifactId>polaris-all</artifactId>
  <version>2.0.0.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.polaris:polaris-all:2.0.0.0-RC2'
Gradle Kotlin
implementation("com.tencent.polaris:polaris-all:2.0.0.0-RC2")
Scala SBT
libraryDependencies += "com.tencent.polaris" % "polaris-all" % "2.0.0.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.polaris', module='polaris-all', version='2.0.0.0-RC2')
)
Apache Ivy
<dependency org="com.tencent.polaris" name="polaris-all" rev="2.0.0.0-RC2" />
Leiningen
[com.tencent.polaris/polaris-all "2.0.0.0-RC2"]
Apache Buildr
'com.tencent.polaris:polaris-all:jar:2.0.0.0-RC2'