h

helidon-stager-maven-plugin

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