How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.wl4g</groupId>
<artifactId>xcloud-shell</artifactId>
<version>3.1.0</version>
</dependency>
Choose a version of com.wl4g : xcloud-shell to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
xcloud-shell-3.1.0
|
||
3.0.x |
xcloud-shell-3.0.0
|
||
2.2.x |
xcloud-shell-2.2.2
|
||
xcloud-shell-2.2.1
|
|||
xcloud-shell-2.2.0
|
|||
2.1.x |
xcloud-shell-2.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.wl4g</groupId>
<artifactId>xcloud-shell</artifactId>
<version>3.1.0</version>
</dependency>
Advertisement