How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>team.duckie.quackquack.bom</groupId>
<artifactId>bom</artifactId>
<version>2023.07.26</version>
</dependency>
Choose a version of team.duckie.quackquack.bom : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2023.07.x |
bom-2023.07.26
|
||
bom-2023.07.08
|
|||
bom-2023.07.03
|
|||
2023.06.x |
bom-2023.06.29
|
||
bom-2023.06.05
|
|||
2023.05.x |
bom-2023.05.27
|
||
bom-2023.05.25
|
|||
bom-2023.05.18
|
|||
bom-2023.05.17
|
|||
2.0.x |
bom-2.0.0-alpha02
|
||
bom-2.0.0-alpha01
|
POM as dependency in dependencyManagement
<dependency>
<groupId>team.duckie.quackquack.bom</groupId>
<artifactId>bom</artifactId>
<version>2023.07.26</version>
</dependency>
Advertisement