commons

aggregate some useful class for java

License

License

GroupId

GroupId

me.aifaq
ArtifactId

ArtifactId

commons
Last Version

Last Version

0.9
Release Date

Release Date

Type

Type

pom
Description

Description

commons
aggregate some useful class for java
Project URL

Project URL

https://github.com/aifaq/commons
Source Code Management

Source Code Management

https://github.com/aifaq/commons

Download commons

Filename Size
commons-0.9.pom 10 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • commons-lang
  • commons-spring-core
  • commons-spring-web
  • commons-spring-boot-starter
  • commons-spring-boot-web-starter
  • commons-spring-cloud-starter
  • commons-spring-example

简介

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
0.1