mango-time-kit

mango's java tool kit list

License

License

GroupId

GroupId

com.github.mg0324
ArtifactId

ArtifactId

mango-time-kit
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

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

Download mango-time-kit

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
cglib : cglib jar 3.2.4
org.slf4j : slf4j-api jar 1.7.28
ch.qos.logback : logback-access jar 1.0.0
ch.qos.logback : logback-classic jar 1.1.11
ch.qos.logback : logback-core jar 1.1.11

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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