How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonatype.http-testing-harness</groupId>
<artifactId>hth-parent</artifactId>
<version>1.0.0</version>
</dependency>
Choose a version of org.sonatype.http-testing-harness : hth-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
hth-parent-1.0.0
|
||
0.11 |
hth-parent-0.11
|
||
0.10 |
hth-parent-0.10
|
||
0.9 |
hth-parent-0.9
|
||
0.8 |
hth-parent-0.8
|
||
0.7 |
hth-parent-0.7
|
||
0.6 |
hth-parent-0.6
|
||
0.5.x |
hth-parent-0.5.3
|
||
hth-parent-0.5.2
|
|||
hth-parent-0.5.1
|
|||
hth-parent-0.5.0
|
|||
0.4.x |
hth-parent-0.4.3
|
||
hth-parent-0.4.2
|
|||
hth-parent-0.4.1
|
|||
hth-parent-0.4.0
|
|||
0.3 |
hth-parent-0.3
|
||
0.2 |
hth-parent-0.2
|
||
0.1 |
hth-parent-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonatype.http-testing-harness</groupId>
<artifactId>hth-parent</artifactId>
<version>1.0.0</version>
</dependency>
Advertisement