commons-spring-web

aggregate some useful class for java

License

License

GroupId

GroupId

me.aifaq
ArtifactId

ArtifactId

commons-spring-web
Last Version

Last Version

0.9
Release Date

Release Date

Type

Type

jar
Description

Description

commons-spring-web
aggregate some useful class for java

Download commons-spring-web

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
me.aifaq : commons-spring-core jar 0.9
org.springframework : spring-webmvc jar 5.0.8.RELEASE
org.springframework.data : spring-data-commons jar 2.0.9.RELEASE
javax.servlet : javax.servlet-api jar 4.0.1
com.fasterxml.jackson.core : jackson-databind jar 2.9.6
com.fasterxml.jackson.core : jackson-annotations jar 2.9.6
com.fasterxml.jackson.core : jackson-core jar 2.9.6
javax.validation : validation-api jar 2.0.1.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.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2