How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.uedsonreis</groupId>
<artifactId>lib-ws-parent</artifactId>
<version>1.0.006</version>
</dependency>
Choose a version of io.github.uedsonreis : lib-ws-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
lib-ws-parent-1.0.006
|
||
lib-ws-parent-1.0.005
|
|||
lib-ws-parent-1.0.004
|
|||
lib-ws-parent-1.0.003
|
|||
lib-ws-parent-1.0.002
|
|||
lib-ws-parent-1.0.001
|
|||
lib-ws-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.uedsonreis</groupId>
<artifactId>lib-ws-parent</artifactId>
<version>1.0.006</version>
</dependency>
Advertisement