MVN

com.github.jchanghong : kbtool-parent

Maven & Gradle

May 23, 2022
43 stars

kbtool-parent · 支持java和kotlin混合编程的maven项目,把后端基本常用的库全部引入,避免到处找依赖

<dependency>
    <groupId>com.github.jchanghong</groupId>
    <artifactId>kbtool-parent</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jchanghong : kbtool-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

Choose a version of com.github.jchanghong : kbtool-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.7.x
kbtool-parent-2.7.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.jchanghong</groupId>
    <artifactId>kbtool-parent</artifactId>
    <version>2.7.0</version>
</dependency>

Advertisement