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