mango-validator-kit

mango's java tool kit list

License

License

GroupId

GroupId

com.github.mg0324
ArtifactId

ArtifactId

mango-validator-kit
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

mango-validator-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-validator-kit

Download mango-validator-kit

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
javax.validation : validation-api jar 1.1.0.Final
org.slf4j : slf4j-api jar 1.7.25
com.alibaba : fastjson jar 1.2.36
org.hibernate : hibernate-validator jar 5.3.5.Final
com.baidu.unbiz : fluent-validator jar 1.0.8
com.baidu.unbiz : fluent-validator-jsr303 jar 1.0.8

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.projectlombok : lombok jar 1.18.10

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