p

polaris-model

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