h

helidon-stager-maven-plugin

文件下载
文件名 操作
helidon-stager-maven-plugin-2.2.1.jar 下载
helidon-stager-maven-plugin-2.2.1.pom 下载
helidon-stager-maven-plugin-2.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.helidon.build-tools</groupId>
  <artifactId>helidon-stager-maven-plugin</artifactId>
  <version>2.2.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.helidon.build-tools:helidon-stager-maven-plugin:2.2.1'
Gradle Kotlin
implementation("io.helidon.build-tools:helidon-stager-maven-plugin:2.2.1")
Scala SBT
libraryDependencies += "io.helidon.build-tools" % "helidon-stager-maven-plugin" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.helidon.build-tools', module='helidon-stager-maven-plugin', version='2.2.1')
)
Apache Ivy
<dependency org="io.helidon.build-tools" name="helidon-stager-maven-plugin" rev="2.2.1" />
Leiningen
[io.helidon.build-tools/helidon-stager-maven-plugin "2.2.1"]
Apache Buildr
'io.helidon.build-tools:helidon-stager-maven-plugin:jar:2.2.1'