h

helidon-build-maven-plugins-project

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