p

polaris-common

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