How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.codehaus.xdas4j</groupId>
<artifactId>xdas4j</artifactId>
<version>0.2.1</version>
</dependency>
Choose a version of org.codehaus.xdas4j : xdas4j to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2.x |
xdas4j-0.2.1
|
||
xdas4j-0.2.0
|
|||
0.1.x |
xdas4j-0.1.1
|
||
xdas4j-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.codehaus.xdas4j</groupId>
<artifactId>xdas4j</artifactId>
<version>0.2.1</version>
</dependency>
Advertisement