p

polaris-model

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