How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-bom</artifactId>
<version>5.6.2</version>
</dependency>
Choose a version of io.kotest : kotest-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.6.x |
kotest-bom-5.6.2
|
||
kotest-bom-5.6.1
|
|||
kotest-bom-5.6.0
|
|||
5.5.x |
kotest-bom-5.5.5
|
||
kotest-bom-5.5.4
|
|||
kotest-bom-5.5.3
|
|||
kotest-bom-5.5.2
|
|||
kotest-bom-5.5.1
|
|||
kotest-bom-5.5.0
|
|||
5.4.x |
kotest-bom-5.4.2
|
||
kotest-bom-5.4.1
|
|||
kotest-bom-5.4.0
|
|||
5.3.x |
kotest-bom-5.3.2
|
||
kotest-bom-5.3.1
|
|||
kotest-bom-5.3.0
|
|||
5.2.x |
kotest-bom-5.2.3
|
||
kotest-bom-5.2.2
|
|||
kotest-bom-5.2.1
|
|||
kotest-bom-5.2.0
|
|||
5.1.x |
kotest-bom-5.1.0
|
||
5.0.x |
kotest-bom-5.0.3
|
||
kotest-bom-5.0.2
|
|||
kotest-bom-5.0.1
|
|||
kotest-bom-5.0.0
|
|||
kotest-bom-5.0.0.RC2
|
|||
kotest-bom-5.0.0.RC
|
|||
kotest-bom-5.0.0.M4
|
|||
kotest-bom-5.0.0.M3
|
|||
kotest-bom-5.0.0.M2
|
|||
4.6.x |
kotest-bom-4.6.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-bom</artifactId>
<version>5.6.2</version>
</dependency>
Advertisement