is not current version
Last Version 2.2.22

io.fabric8:bom 2.2.11

A list of the artifacts that are released.

GroupId

GroupId

io.fabric8
ArtifactId

ArtifactId

bom
Version

Version

2.2.11
Type

Type

pom

Download bom 2.2.11

Filename Size
bom-2.2.11.pom 5 KB
Browse

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