How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>testing</artifactId>
<version>1.4.0</version>
</dependency>
Choose a version of org.apache.ws.commons.axiom : testing to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
testing-1.4.0
|
||
1.3.x |
testing-1.3.0
|
||
1.2.x |
testing-1.2.22
|
||
testing-1.2.21
|
|||
testing-1.2.20
|
|||
testing-1.2.19
|
|||
testing-1.2.18
|
|||
testing-1.2.17
|
|||
testing-1.2.16
|
|||
testing-1.2.15
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>testing</artifactId>
<version>1.4.0</version>
</dependency>
Advertisement