License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices |
GroupId | GroupIdio.helidon |
ArtifactId | ArtifactIdhelidon-bom |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHelidon BOM POM
Java libraries for writing microservices
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
helidon-bom-3.0.0-M2.pom | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon/helidon-bom/ -->
<dependency>
<groupId>io.helidon</groupId>
<artifactId>helidon-bom</artifactId>
<version>3.0.0-M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.helidon/helidon-bom/
implementation 'io.helidon:helidon-bom:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon/helidon-bom/
implementation ("io.helidon:helidon-bom:3.0.0-M2")
'io.helidon:helidon-bom:pom:3.0.0-M2'
<dependency org="io.helidon" name="helidon-bom" rev="3.0.0-M2">
<artifact name="helidon-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.helidon', module='helidon-bom', version='3.0.0-M2')
)
libraryDependencies += "io.helidon" % "helidon-bom" % "3.0.0-M2"
[io.helidon/helidon-bom "3.0.0-M2"]