How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.commonjava.rwx</groupId>
<artifactId>rwx-parent</artifactId>
<version>2.3</version>
</dependency>
Choose a version of org.commonjava.rwx : rwx-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3 |
rwx-parent-2.3
|
||
2.2 |
rwx-parent-2.2
|
||
2.1 |
rwx-parent-2.1
|
||
2.0 |
rwx-parent-2.0
|
||
1.1 |
rwx-parent-1.1
|
||
1.0 |
rwx-parent-1.0
|
||
0.3 |
rwx-parent-0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.commonjava.rwx</groupId>
<artifactId>rwx-parent</artifactId>
<version>2.3</version>
</dependency>
Advertisement