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