MVN

com.github.zhengframework : zheng-bom

Maven & Gradle

May 09, 2020
56 usages
3 stars

zheng framework bom

<dependency>
    <groupId>com.github.zhengframework</groupId>
    <artifactId>zheng-bom</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zhengframework : zheng-bom to add to Maven - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of com.github.zhengframework : zheng-bom to add to Maven - All 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

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>

Advertisement