How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-bom</artifactId>
<version>3.2.0</version>
</dependency>
Choose a version of org.zalando : logbook-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
logbook-bom-3.2.0
|
||
3.1.x |
logbook-bom-3.1.0
|
||
3.0.x |
logbook-bom-3.0.0
|
||
logbook-bom-3.0.0-RC.2
|
|||
logbook-bom-3.0.0-RC.1
|
|||
logbook-bom-3.0.0-RC.0
|
|||
2.16.x |
logbook-bom-2.16.0
|
||
2.15.x |
logbook-bom-2.15.0
|
||
2.14.x |
logbook-bom-2.14.0
|
||
2.13.x |
logbook-bom-2.13.0
|
||
2.12.x |
logbook-bom-2.12.0
|
||
2.11.x |
logbook-bom-2.11.0
|
||
2.10.x |
logbook-bom-2.10.0
|
||
2.9.x |
logbook-bom-2.9.0
|
||
2.8.x |
logbook-bom-2.8.0
|
||
2.7.x |
logbook-bom-2.7.0
|
||
2.6.x |
logbook-bom-2.6.2
|
||
logbook-bom-2.6.1
|
|||
logbook-bom-2.6.0
|
|||
2.5.x |
logbook-bom-2.5.0
|
||
2.4.x |
logbook-bom-2.4.2
|
||
logbook-bom-2.4.1
|
|||
logbook-bom-2.4.0
|
|||
2.3.x |
logbook-bom-2.3.0
|
||
2.2.x |
logbook-bom-2.2.1
|
||
logbook-bom-2.2.0
|
|||
2.1.x |
logbook-bom-2.1.4
|
||
logbook-bom-2.1.3
|
|||
logbook-bom-2.1.2
|
|||
logbook-bom-2.1.1
|
|||
logbook-bom-2.1.0
|
|||
2.0.x |
logbook-bom-2.0.0
|
||
logbook-bom-2.0.0-RC.8
|
|||
logbook-bom-2.0.0-RC.7
|
|||
logbook-bom-2.0.0-RC.6
|
|||
logbook-bom-2.0.0-RC.5
|
|||
logbook-bom-2.0.0-RC.4
|
|||
logbook-bom-2.0.0-RC.3
|
|||
logbook-bom-2.0.0-RC.2
|
|||
logbook-bom-2.0.0-RC.1
|
|||
logbook-bom-2.0.0-RC.0
|
|||
1.13.x |
logbook-bom-1.13.0
|
||
1.12.x |
logbook-bom-1.12.1
|
||
logbook-bom-1.12.0
|
|||
1.11.x |
logbook-bom-1.11.2
|
||
logbook-bom-1.11.1
|
|||
logbook-bom-1.11.0
|
|||
1.10.x |
logbook-bom-1.10.0
|
||
1.9.x |
logbook-bom-1.9.1
|
||
logbook-bom-1.9.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-bom</artifactId>
<version>3.2.0</version>
</dependency>
Advertisement