How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.xhteam</groupId>
<artifactId>cat-boot</artifactId>
<version>2.0.2</version>
</dependency>
Choose a version of cn.xhteam : cat-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
cat-boot-2.0.2
|
||
cat-boot-2.0.1
|
|||
cat-boot-2.0.0
|
|||
1.1.x |
cat-boot-1.1.0
|
||
1.0.x |
cat-boot-1.0.3
|
||
cat-boot-1.0.2
|
|||
cat-boot-1.0.1
|
|||
cat-boot-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.xhteam</groupId>
<artifactId>cat-boot</artifactId>
<version>2.0.2</version>
</dependency>
Advertisement