How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.fabric8.apps</groupId>
<artifactId>apps-groups</artifactId>
<version>2.2.1</version>
</dependency>
Choose a version of io.fabric8.apps : apps-groups to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
apps-groups-2.2.1
|
||
apps-groups-2.2.0
|
|||
2.1.x |
apps-groups-2.1.11
|
||
apps-groups-2.1.10
|
|||
apps-groups-2.1.9
|
|||
apps-groups-2.1.6
|
|||
apps-groups-2.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.fabric8.apps</groupId>
<artifactId>apps-groups</artifactId>
<version>2.2.1</version>
</dependency>
Advertisement