p

polaris-model

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