commons-spring-webmvc

aggregate some useful class for java

License

License

GroupId

GroupId

me.aifaq
ArtifactId

ArtifactId

commons-spring-webmvc
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

commons-spring-webmvc
aggregate some useful class for java

Download commons-spring-webmvc

How to add to project

<!-- https://jarcasting.com/artifacts/me.aifaq/commons-spring-webmvc/ -->
<dependency>
    <groupId>me.aifaq</groupId>
    <artifactId>commons-spring-webmvc</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.aifaq/commons-spring-webmvc/
implementation 'me.aifaq:commons-spring-webmvc:0.1'
// https://jarcasting.com/artifacts/me.aifaq/commons-spring-webmvc/
implementation ("me.aifaq:commons-spring-webmvc:0.1")
'me.aifaq:commons-spring-webmvc:jar:0.1'
<dependency org="me.aifaq" name="commons-spring-webmvc" rev="0.1">
  <artifact name="commons-spring-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.aifaq', module='commons-spring-webmvc', version='0.1')
)
libraryDependencies += "me.aifaq" % "commons-spring-webmvc" % "0.1"
[me.aifaq/commons-spring-webmvc "0.1"]

Dependencies

compile (7)

Group / Artifact Type Version
me.aifaq : commons-spring-core jar 0.1
org.springframework : spring-webmvc jar 4.2.9.RELEASE
javax.servlet : javax.servlet-api jar 3.1.0
com.fasterxml.jackson.core : jackson-databind jar 2.8.9
com.fasterxml.jackson.core : jackson-annotations jar 2.8.9
com.fasterxml.jackson.core : jackson-core jar 2.8.9
javax.validation : validation-api jar 1.1.0.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

简介

java常用的工具包

  • 各种 util 类
  • fqueue基于文件的队列,核心类拷贝自 googlecode
  • 图片验证码
  • spring 日期转换
  • spring bean validation异常处理

pom依赖

<dependency>
	<groupId>me.aifaq</groupId>
	<artifactId>commons-lang</artifactId>
	<version>VERSION</version>
</dependency>

Versions

Version
0.1