How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.mapasuta</groupId>
<artifactId>umbrella</artifactId>
<version>0.0.9</version>
</dependency>
Choose a version of net.sf.mapasuta : umbrella to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
umbrella-0.0.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sf.mapasuta</groupId>
<artifactId>umbrella</artifactId>
<version>0.0.9</version>
</dependency>
Advertisement