How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>it.tidalwave.superpom</groupId>
<artifactId>platform13</artifactId>
<version>RELEASE70</version>
</dependency>
Choose a version of it.tidalwave.superpom : platform13 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
RELEASE70 |
platform13-RELEASE70
|
POM as dependency in dependencyManagement
<dependency>
<groupId>it.tidalwave.superpom</groupId>
<artifactId>platform13</artifactId>
<version>RELEASE70</version>
</dependency>
Advertisement