How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.rapidclipse</groupId>
<artifactId>rap</artifactId>
<version>11.00.00-RAP-GA</version>
</dependency>
Choose a version of com.rapidclipse : rap to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
11.00.x |
rap-11.00.00-RAP-GA
|
||
10.04.x |
rap-10.04.01-RAP-GA
|
||
rap-10.04.00-RAP-GA
|
|||
10.03.x |
rap-10.03.00-RAP-GA
|
||
10.02.x |
rap-10.02.02-RAP-GA
|
||
rap-10.02.01-RAP-GA
|
|||
rap-10.02.00-RAP-GA
|
|||
10.01.x |
rap-10.01.00-RAP-GA
|
||
10.00.x |
rap-10.00.01-RAP-GA
|
||
rap-10.00.00-RAP-GA
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.rapidclipse</groupId>
<artifactId>rap</artifactId>
<version>11.00.00-RAP-GA</version>
</dependency>
Advertisement