How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.hawt.tests</groupId>
<artifactId>hawtio-tests</artifactId>
<version>2.17.6</version>
</dependency>
Choose a version of io.hawt.tests : hawtio-tests to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0 |
hawtio-tests-3.0-M8
|
||
hawtio-tests-3.0-M7
|
|||
hawtio-tests-3.0-M6
|
|||
2.17.x |
hawtio-tests-2.17.6
|
||
hawtio-tests-2.17.5
|
|||
hawtio-tests-2.17.4
|
|||
hawtio-tests-2.17.3
|
|||
hawtio-tests-2.17.2
|
|||
hawtio-tests-2.17.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.hawt.tests</groupId>
<artifactId>hawtio-tests</artifactId>
<version>2.17.6</version>
</dependency>
Advertisement