How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.emaze</groupId>
<artifactId>emaze-tinytypes-parent</artifactId>
<version>2.5</version>
</dependency>
Choose a version of net.emaze : emaze-tinytypes-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.5 |
emaze-tinytypes-parent-2.5
|
||
2.4 |
emaze-tinytypes-parent-2.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.emaze</groupId>
<artifactId>emaze-tinytypes-parent</artifactId>
<version>2.5</version>
</dependency>
Advertisement