MVN

io.gitee.rainlotus98 : rutool-bom

Maven & Gradle

Mar 30, 2023
28.9k stars

rutool-bom · 提供丰富的Java工具方法,此模块为Rutool所有模块汇总,最终形式为拆分开的多个jar包,可以通过exclude方式排除不需要的模块

<dependency>
    <groupId>io.gitee.rainlotus98</groupId>
    <artifactId>rutool-bom</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitee.rainlotus98 : rutool-bom to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.gitee.rainlotus98 : rutool-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
rutool-bom-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.gitee.rainlotus98</groupId>
    <artifactId>rutool-bom</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement