How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.strikt</groupId>
<artifactId>strikt-bom</artifactId>
<version>0.34.1</version>
</dependency>
Choose a version of io.strikt : strikt-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.34.x |
strikt-bom-0.34.1
|
||
strikt-bom-0.34.0
|
|||
0.33.x |
strikt-bom-0.33.0
|
||
0.32.x |
strikt-bom-0.32.0
|
||
0.31.x |
strikt-bom-0.31.0
|
||
0.30.x |
strikt-bom-0.30.1
|
||
strikt-bom-0.30.0
|
|||
0.29.x |
strikt-bom-0.29.0
|
||
0.28.x |
strikt-bom-0.28.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.strikt</groupId>
<artifactId>strikt-bom</artifactId>
<version>0.34.1</version>
</dependency>
Advertisement