How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.exactpro.th2</groupId>
<artifactId>bom</artifactId>
<version>4.5.0</version>
</dependency>
Choose a version of com.exactpro.th2 : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.5.x |
bom-4.5.0
|
||
4.4.x |
bom-4.4.0
|
||
4.3.x |
bom-4.3.0
|
||
4.2.x |
bom-4.2.0
|
||
4.1.x |
bom-4.1.0
|
||
4.0.x |
bom-4.0.3
|
||
bom-4.0.2
|
|||
bom-4.0.1
|
|||
bom-4.0.0
|
|||
3.2.x |
bom-3.2.0
|
||
3.1.x |
bom-3.1.0
|
||
3.0.x |
bom-3.0.0
|
||
2.10.x |
bom-2.10.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.exactpro.th2</groupId>
<artifactId>bom</artifactId>
<version>4.5.0</version>
</dependency>
Advertisement