p

polaris-plugins

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