How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>bom-unstable</artifactId>
<version>2.7.0.Final</version>
</dependency>
Choose a version of io.thorntail : bom-unstable to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.7.x |
bom-unstable-2.7.0.Final
|
||
2.6.x |
bom-unstable-2.6.0.Final
|
||
2.5.x |
bom-unstable-2.5.0.Final
|
||
2.4.x |
bom-unstable-2.4.0.Final
|
||
2.3.x |
bom-unstable-2.3.0.Final
|
||
2.2.x |
bom-unstable-2.2.1.Final
|
||
bom-unstable-2.2.0.Final
|
|||
2.1.x |
bom-unstable-2.1.0.Final
|
||
2.0.x |
bom-unstable-2.0.0.Final
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>bom-unstable</artifactId>
<version>2.7.0.Final</version>
</dependency>
Advertisement