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