How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>uk.org.retep</groupId>
<artifactId>retepSecureXML</artifactId>
<version>8.7.7</version>
</dependency>
Choose a version of uk.org.retep : retepSecureXML to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.7.x |
retepSecureXML-8.7.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>uk.org.retep</groupId>
<artifactId>retepSecureXML</artifactId>
<version>8.7.7</version>
</dependency>
Advertisement