How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-shell-parent</artifactId>
<version>1.0</version>
</dependency>
Choose a version of io.restx : restx-shell-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0 |
restx-shell-parent-1.0
|
||
restx-shell-parent-1.0-rc2
|
|||
restx-shell-parent-1.0-rc1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-shell-parent</artifactId>
<version>1.0</version>
</dependency>
Advertisement