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