mango-kit

mango's java tool kit list

License

License

GroupId

GroupId

com.github.mg0324
ArtifactId

ArtifactId

mango-kit
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

mango-kit
mango's java tool kit list
Project URL

Project URL

https://github.com/mg0324/mango-kit
Source Code Management

Source Code Management

https://github.com/mg0324/mango-kit/tree/master

Download mango-kit

Filename Size
mango-kit-0.2.0.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mg0324/mango-kit/ -->
<dependency>
    <groupId>com.github.mg0324</groupId>
    <artifactId>mango-kit</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mg0324/mango-kit/
implementation 'com.github.mg0324:mango-kit:0.2.0'
// https://jarcasting.com/artifacts/com.github.mg0324/mango-kit/
implementation ("com.github.mg0324:mango-kit:0.2.0")
'com.github.mg0324:mango-kit:pom:0.2.0'
<dependency org="com.github.mg0324" name="mango-kit" rev="0.2.0">
  <artifact name="mango-kit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mg0324', module='mango-kit', version='0.2.0')
)
libraryDependencies += "com.github.mg0324" % "mango-kit" % "0.2.0"
[com.github.mg0324/mango-kit "0.2.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

  • mango-excel-kit
  • mango-time-kit
  • mango-validator-kit
  • mango-fast-kit

mango-kit

Java增强工具集 http://mg.meiflower.top/mango-kit

模块说明

  • mango-time-kit 基于cglib增强Java方法运行耗时监控工具。
  • mango-excel-kit 集成POI,基于xls模板,增强excel导出工具。
  • mango-validator-kit 集成 fluent-validator,并实现特定业务场景的后台验证框架工具。
  • mango-fast-kit 基于guavacglib实现多线程并行加速工具。

辅助操作

  • 为顶级 Module 设置新版本
mvn versions:set -DnewVersion=1.1-SANPSHOT
  • 更新所有子 Module 的版本
mvn versions:update-child-modules

Versions

Version
0.2.0
0.1.2
0.1.1
0.1.0