How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>platform</artifactId>
<version>RELEASE180</version>
</dependency>
Choose a version of org.netbeans.cluster : platform to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
RELEASE180 |
platform-RELEASE180
|
||
RELEASE170 |
platform-RELEASE170
|
||
RELEASE160 |
platform-RELEASE160
|
||
RELEASE150 |
platform-RELEASE150
|
||
RELEASE140 |
platform-RELEASE140
|
||
RELEASE130 |
platform-RELEASE130
|
||
RELEASE126 |
platform-RELEASE126
|
||
RELEASE125 |
platform-RELEASE125
|
||
RELEASE124 |
platform-RELEASE124
|
||
RELEASE123 |
platform-RELEASE123
|
||
RELEASE122 |
platform-RELEASE122
|
||
RELEASE121 |
platform-RELEASE121
|
||
RELEASE120 |
platform-RELEASE120-u1
|
||
platform-RELEASE120-1
|
|||
platform-RELEASE120
|
|||
RELEASE113 |
platform-RELEASE113
|
||
RELEASE112 |
platform-RELEASE112
|
||
RELEASE111 |
platform-RELEASE111
|
||
RELEASE110 |
platform-RELEASE110
|
||
RELEASE100 |
platform-RELEASE100
|
||
RELEASE90 |
platform-RELEASE90
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>platform</artifactId>
<version>RELEASE180</version>
</dependency>
Advertisement