How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>vorbote-framework</artifactId>
<version>2023.05.a00</version>
</dependency>
Choose a version of cn.vorbote : vorbote-framework to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2023.05.x |
vorbote-framework-2023.05.a00
|
||
4.1.x |
vorbote-framework-4.1.0
|
||
vorbote-framework-4.1.0.EAP
|
|||
4.0.x |
vorbote-framework-4.0.6
|
||
vorbote-framework-4.0.5
|
|||
vorbote-framework-4.0.4
|
|||
vorbote-framework-4.0.3
|
|||
vorbote-framework-4.0.2
|
|||
vorbote-framework-4.0.1
|
|||
vorbote-framework-4.0.0
|
|||
3.8.x |
vorbote-framework-3.8.0
|
||
3.7.x |
vorbote-framework-3.7.0-fix2
|
||
vorbote-framework-3.7.0-fixed1
|
|||
vorbote-framework-3.7.0-fixed
|
|||
vorbote-framework-3.7.0
|
|||
3.6.x |
vorbote-framework-3.6.1
|
||
vorbote-framework-3.6.0
|
|||
vorbote-framework-3.6.0-beta0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>vorbote-framework</artifactId>
<version>2023.05.a00</version>
</dependency>
Advertisement