p

polaris-plugins

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