License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices |
GroupId | GroupIdio.helidon |
ArtifactId | ArtifactIdhelidon-bom |
Version | Version3.0.0-M1 |
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-M1.pom | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon/helidon-bom/ -->
<dependency>
<groupId>io.helidon</groupId>
<artifactId>helidon-bom</artifactId>
<version>3.0.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.helidon/helidon-bom/
implementation 'io.helidon:helidon-bom:3.0.0-M1'
// https://jarcasting.com/artifacts/io.helidon/helidon-bom/
implementation ("io.helidon:helidon-bom:3.0.0-M1")
'io.helidon:helidon-bom:pom:3.0.0-M1'
<dependency org="io.helidon" name="helidon-bom" rev="3.0.0-M1">
<artifact name="helidon-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.helidon', module='helidon-bom', version='3.0.0-M1')
)
libraryDependencies += "io.helidon" % "helidon-bom" % "3.0.0-M1"
[io.helidon/helidon-bom "3.0.0-M1"]