License |
License |
---|---|
Categories |
CategoriesBuild Tools Helidon Container Microservices Maven |
GroupId | GroupIdio.helidon.build-tools |
ArtifactId | ArtifactIdhelidon-build-maven-plugins-project |
Last Version | Last Version3.0.0-M3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHelidon Build Tools Maven Plugins Project
Build Aggregator for the Maven Plugins
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
helidon-build-maven-plugins-project-3.0.0-M3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.build-tools/helidon-build-maven-plugins-project/ -->
<dependency>
<groupId>io.helidon.build-tools</groupId>
<artifactId>helidon-build-maven-plugins-project</artifactId>
<version>3.0.0-M3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.build-tools/helidon-build-maven-plugins-project/
implementation 'io.helidon.build-tools:helidon-build-maven-plugins-project:3.0.0-M3'
// https://jarcasting.com/artifacts/io.helidon.build-tools/helidon-build-maven-plugins-project/
implementation ("io.helidon.build-tools:helidon-build-maven-plugins-project:3.0.0-M3")
'io.helidon.build-tools:helidon-build-maven-plugins-project:pom:3.0.0-M3'
<dependency org="io.helidon.build-tools" name="helidon-build-maven-plugins-project" rev="3.0.0-M3">
<artifact name="helidon-build-maven-plugins-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.helidon.build-tools', module='helidon-build-maven-plugins-project', version='3.0.0-M3')
)
libraryDependencies += "io.helidon.build-tools" % "helidon-build-maven-plugins-project" % "3.0.0-M3"
[io.helidon.build-tools/helidon-build-maven-plugins-project "3.0.0-M3"]