How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-bom</artifactId>
<version>1.8.0</version>
</dependency>
Choose a version of com.github.zhengframework : zheng-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.8.x |
zheng-bom-1.8.0
|
||
1.7.x |
zheng-bom-1.7.1
|
||
zheng-bom-1.7.0
|
|||
1.6.x |
zheng-bom-1.6.0
|
||
1.5.x |
zheng-bom-1.5.0
|
||
1.4.x |
zheng-bom-1.4.0
|
||
1.3.x |
zheng-bom-1.3.0
|
||
1.2.x |
zheng-bom-1.2.0
|
||
1.1.x |
zheng-bom-1.1.0
|
||
1.0.x |
zheng-bom-1.0.2
|
||
zheng-bom-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-bom</artifactId>
<version>1.8.0</version>
</dependency>
Advertisement