How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.mdatools</groupId>
<artifactId>modelant.uml13.maven</artifactId>
<version>3.3.0</version>
</dependency>
Choose a version of net.mdatools : modelant.uml13.maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.3.x |
modelant.uml13.maven-3.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.mdatools</groupId>
<artifactId>modelant.uml13.maven</artifactId>
<version>3.3.0</version>
</dependency>
Advertisement