How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.bootx.platform</groupId>
<artifactId>bootx-commons</artifactId>
<version>1.3.3</version>
</dependency>
Choose a version of cn.bootx.platform : bootx-commons to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
bootx-commons-1.3.3
|
||
bootx-commons-1.3.2
|
|||
bootx-commons-1.3.1
|
|||
bootx-commons-1.3.0
|
|||
1.2.x |
bootx-commons-1.2.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.bootx.platform</groupId>
<artifactId>bootx-commons</artifactId>
<version>1.3.3</version>
</dependency>
Advertisement