How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-smart-integration</artifactId>
<version>1.2.5-JDK17</version>
</dependency>
Choose a version of top.wu2020 : wu-smart-integration to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
wu-smart-integration-1.2.5-JDK17
|
POM as dependency in dependencyManagement
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-smart-integration</artifactId>
<version>1.2.5-JDK17</version>
</dependency>
Advertisement