How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sun.xml.txw2</groupId>
<artifactId>txw2-project</artifactId>
<version>20110809</version>
</dependency>
Choose a version of com.sun.xml.txw2 : txw2-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
20110809 |
txw2-project-20110809
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sun.xml.txw2</groupId>
<artifactId>txw2-project</artifactId>
<version>20110809</version>
</dependency>
Advertisement