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