MVN

io.fabric8.bom : fabric8-bom

Maven & Gradle

Jun 20, 2015
7 usages
1.7k stars

Fabric8 · Fabric8 the open source integration platform

<dependency>
    <groupId>io.fabric8.bom</groupId>
    <artifactId>fabric8-bom</artifactId>
    <version>1.2.0.redhat-133</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.bom : fabric8-bom to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0.redhat-133
  • Latest Beta: 1.2.0.Beta4

All Versions

Choose a version of io.fabric8.bom : fabric8-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
fabric8-bom-1.2.0.redhat-133
fabric8-bom-1.2.0.Beta4
fabric8-bom-1.2.0.Beta3
fabric8-bom-1.2.0.Beta2
fabric8-bom-1.2.0.Beta1
1.1.x
fabric8-bom-1.1.0.CR5
fabric8-bom-1.1.0.CR4
fabric8-bom-1.1.0.CR3
fabric8-bom-1.1.0.CR2
fabric8-bom-1.1.0.CR1
fabric8-bom-1.1.0.Beta6
fabric8-bom-1.1.0.Beta5
fabric8-bom-1.1.0.Beta4
fabric8-bom-1.1.0.Beta3
fabric8-bom-1.1.0.Beta2
fabric8-bom-1.1.0.Beta1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.fabric8.bom</groupId>
    <artifactId>fabric8-bom</artifactId>
    <version>1.2.0.redhat-133</version>
</dependency>

Advertisement