How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-parent</artifactId>
<version>1.0.0</version>
</dependency>
Choose a version of org.wso2.testgrid : testgrid-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
testgrid-parent-1.0.0
|
||
0.9.x |
testgrid-parent-0.9.0-m45
|
||
testgrid-parent-0.9.0-m44
|
|||
testgrid-parent-0.9.0-m43
|
|||
testgrid-parent-0.9.0-m42
|
|||
testgrid-parent-0.9.0-m41
|
|||
testgrid-parent-0.9.0-m40
|
|||
testgrid-parent-0.9.0-m39
|
|||
testgrid-parent-0.9.0-m38
|
|||
testgrid-parent-0.9.0-m37
|
|||
testgrid-parent-0.9.0-m36
|
|||
testgrid-parent-0.9.0-m35
|
|||
testgrid-parent-0.9.0-m34
|
|||
testgrid-parent-0.9.0-m33
|
|||
testgrid-parent-0.9.0-m32
|
|||
testgrid-parent-0.9.0-m31
|
|||
testgrid-parent-0.9.0-m30
|
|||
testgrid-parent-0.9.0-m29
|
|||
testgrid-parent-0.9.0-m28
|
|||
testgrid-parent-0.9.0-m27
|
|||
testgrid-parent-0.9.0-m26
|
|||
testgrid-parent-0.9.0-m25
|
|||
testgrid-parent-0.9.0-m24
|
|||
testgrid-parent-0.9.0-m23
|
|||
testgrid-parent-0.9.0-m22
|
|||
testgrid-parent-0.9.0-m21
|
|||
testgrid-parent-0.9.0-m20
|
|||
testgrid-parent-0.9.0-m19
|
|||
testgrid-parent-0.9.0-m18
|
|||
testgrid-parent-0.9.0-m17
|
|||
testgrid-parent-0.9.0-m16
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-parent</artifactId>
<version>1.0.0</version>
</dependency>
Advertisement