is not current version
Last Version 2.2.22

io.fabric8:bom 2.0.41

A list of the artifacts that are released.

GroupId

GroupId

io.fabric8
ArtifactId

ArtifactId

bom
Version

Version

2.0.41
Type

Type

pom

Download bom 2.0.41

Filename Size
bom-2.0.41.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/io.fabric8/bom/ -->
<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>bom</artifactId>
    <version>2.0.41</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/bom/
implementation 'io.fabric8:bom:2.0.41'
// https://jarcasting.com/artifacts/io.fabric8/bom/
implementation ("io.fabric8:bom:2.0.41")
'io.fabric8:bom:pom:2.0.41'
<dependency org="io.fabric8" name="bom" rev="2.0.41">
  <artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='bom', version='2.0.41')
)
libraryDependencies += "io.fabric8" % "bom" % "2.0.41"
[io.fabric8/bom "2.0.41"]