简介
java常用的工具包
- 各种 util 类
- fqueue基于文件的队列,核心类拷贝自 googlecode
- 图片验证码
- spring 日期转换
- spring bean validation异常处理
pom依赖
<dependency>
<groupId>me.aifaq</groupId>
<artifactId>commons-lang</artifactId>
<version>VERSION</version>
</dependency>
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаme.aifaq |
| Идентификатор | Идентификаторcommons-spring-boot-web-starter |
| Последняя версия | Последняя версия0.9 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcommons-spring-boot-web-starter
aggregate some useful class for java
|
| Имя Файла | Размер |
|---|---|
| commons-spring-boot-web-starter-0.9.pom | |
| commons-spring-boot-web-starter-0.9.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/me.aifaq/commons-spring-boot-web-starter/ -->
<dependency>
<groupId>me.aifaq</groupId>
<artifactId>commons-spring-boot-web-starter</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/me.aifaq/commons-spring-boot-web-starter/
implementation 'me.aifaq:commons-spring-boot-web-starter:0.9'
// https://jarcasting.com/artifacts/me.aifaq/commons-spring-boot-web-starter/
implementation ("me.aifaq:commons-spring-boot-web-starter:0.9")
'me.aifaq:commons-spring-boot-web-starter:jar:0.9'
<dependency org="me.aifaq" name="commons-spring-boot-web-starter" rev="0.9">
<artifact name="commons-spring-boot-web-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.aifaq', module='commons-spring-boot-web-starter', version='0.9')
)
libraryDependencies += "me.aifaq" % "commons-spring-boot-web-starter" % "0.9"
[me.aifaq/commons-spring-boot-web-starter "0.9"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| me.aifaq : commons-spring-web | jar | 0.9 |
| me.aifaq : commons-spring-boot-starter | jar | 0.9 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.0.4.RELEASE |
<dependency>
<groupId>me.aifaq</groupId>
<artifactId>commons-lang</artifactId>
<version>VERSION</version>
</dependency>