| License |
License |
|---|---|
| GroupId | GroupIdio.fabric8 |
| ArtifactId | ArtifactIdbom |
| Last Version | Last Version2.2.22 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionFabric8 :: Bill of material
A list of the artifacts that are released.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bom-2.2.22.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/bom/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>bom</artifactId>
<version>2.2.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/bom/
implementation 'io.fabric8:bom:2.2.22'
// https://jarcasting.com/artifacts/io.fabric8/bom/
implementation ("io.fabric8:bom:2.2.22")
'io.fabric8:bom:pom:2.2.22'
<dependency org="io.fabric8" name="bom" rev="2.2.22">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='bom', version='2.2.22')
)
libraryDependencies += "io.fabric8" % "bom" % "2.2.22"
[io.fabric8/bom "2.2.22"]