How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-parent</artifactId>
<version>0.35.1</version>
</dependency>
Choose a version of io.restx : restx-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
restx-parent-1.0.0-rc2
|
||
restx-parent-1.0.0-rc1
|
|||
0.35.x |
restx-parent-0.35.1
|
||
0.35 |
restx-parent-0.35
|
||
restx-parent-0.35-rc5
|
|||
restx-parent-0.35-rc4
|
|||
restx-parent-0.35-rc3
|
|||
restx-parent-0.35-rc2
|
|||
restx-parent-0.35-rc1
|
|||
0.34.x |
restx-parent-0.34.1
|
||
0.34 |
restx-parent-0.34
|
||
0.33.x |
restx-parent-0.33.2
|
||
restx-parent-0.33.1
|
|||
0.33 |
restx-parent-0.33
|
||
0.32 |
restx-parent-0.32
|
||
0.31.x |
restx-parent-0.31.1
|
||
0.31 |
restx-parent-0.31
|
||
0.30 |
restx-parent-0.30
|
||
0.2.x |
restx-parent-0.2.9.2
|
||
restx-parent-0.2.9.1
|
|||
restx-parent-0.2.9
|
|||
restx-parent-0.2.8
|
|||
restx-parent-0.2.7
|
|||
restx-parent-0.2.6
|
|||
restx-parent-0.2.5
|
|||
restx-parent-0.2.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-parent</artifactId>
<version>0.35.1</version>
</dependency>
Advertisement