h

helidon-build-maven-plugins-project

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