Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 379 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 379 Bytes

简介

a small tool library.

Masotool名称的由来

Masotool = March April September October 的首字母 + tool,它是一个轻巧的工具库。

安装

在项目的pom.xml的dependencies中加入以下内容:

<dependency>
    <groupId>io.github.maso-os</groupId>
    <artifactId>masotool-all</artifactId>
    <version>0.1.0</version>
</dependency>