| License |
License |
|---|---|
| Categories |
CategoriesBuild Tools Helidon Container Microservices |
| GroupId | GroupIdio.helidon.build-tools |
| ArtifactId | ArtifactIdhelidon-build-tools-project |
| Version | Version2.2.1 |
| 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-2.2.1.pom | 48 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>2.2.1</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:2.2.1'
// https://jarcasting.com/artifacts/io.helidon.build-tools/helidon-build-tools-project/
implementation ("io.helidon.build-tools:helidon-build-tools-project:2.2.1")
'io.helidon.build-tools:helidon-build-tools-project:pom:2.2.1'
<dependency org="io.helidon.build-tools" name="helidon-build-tools-project" rev="2.2.1">
<artifact name="helidon-build-tools-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.helidon.build-tools', module='helidon-build-tools-project', version='2.2.1')
)
libraryDependencies += "io.helidon.build-tools" % "helidon-build-tools-project" % "2.2.1"
[io.helidon.build-tools/helidon-build-tools-project "2.2.1"]