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