How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>it.tidalwave.superpom</groupId>
<artifactId>platform</artifactId>
<version>RELEASE80-1</version>
</dependency>
Choose a version of it.tidalwave.superpom : platform to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
RELEASE80 |
platform-RELEASE80-1
|
||
RELEASE74 |
platform-RELEASE74-1
|
||
RELEASE73 |
platform-RELEASE73-1
|
||
RELEASE72 |
platform-RELEASE72-1
|
||
RELEASE712 |
platform-RELEASE712-1
|
||
RELEASE71 |
platform-RELEASE71-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>it.tidalwave.superpom</groupId>
<artifactId>platform</artifactId>
<version>RELEASE80-1</version>
</dependency>
Advertisement