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