How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.rothschil</groupId>
<artifactId>arda-common-bom</artifactId>
<version>2.0.7.RELEASE</version>
</dependency>
Choose a version of io.github.rothschil : arda-common-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
arda-common-bom-2.0.7.RELEASE
|
||
arda-common-bom-2.0.6.RELEASE
|
|||
arda-common-bom-2.0.5.RELEASE
|
|||
arda-common-bom-2.0.4.RELEASE
|
|||
arda-common-bom-2.0.3.RELEASE
|
|||
arda-common-bom-2.0.2.RELEASE
|
|||
arda-common-bom-2.0.1.RELEASE
|
|||
arda-common-bom-2.0.0.RELEASE
|
|||
1.0.x |
arda-common-bom-1.0.0.RELEASE
|
||
arda-common-bom-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.rothschil</groupId>
<artifactId>arda-common-bom</artifactId>
<version>2.0.7.RELEASE</version>
</dependency>
Advertisement