Common Utils

工具类集合

License

License

GroupId

GroupId

com.github.duanxinyuan
ArtifactId

ArtifactId

library-utils
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Common Utils
工具类集合
Project URL

Project URL

https://github.com/duanxinyuan/common-utils
Source Code Management

Source Code Management

https://github.com/duanxinyuan/common-utils

Download library-utils

Filename Size
library-utils-1.1.0.pom 4 KB
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • library-util-email
  • library-util-ftp
  • library-util-cipher
  • library-util-common

基础工具类

Maven依赖:

<dependency>
    <groupId>com.github.duanxinyuan</groupId>
    <artifactId>util-common</artifactId>
    <version>1.0.0</version>
</dependency>

依赖库:

  • commons-codec(Apache的编码和解码组件)
  • commons-text(Apache的字符串处理的组件)
  • commons-lang3(Apache的Java基本对象方法组件)
  • commons-collections4(Apache的集合组件)
  • commons-compress(Apache的压缩、解压缩文件的组件)
  • commons-io(Apache的IO组件)
  • commons-exec(Apache的执行外部进程或命令行的组件)
  • guava(Google)
  • javax.servlet-api(Javax)

自定义/重载的工具类:

  • Class操作工具类:ClassUtils
  • 时间工具类:DateUtils
  • 线程池工具类:ExecutorUtils
  • IO流工具类:IOUtils
  • 文件工具类:FileUtils
  • List工具类:ListUtils
  • 数字工具类:NumberUtils
  • 反射工具类:ReflectUtils
  • 字符串工具类:StringUtils
  • 配置文件工具类:ConfigUtils
  • 正则表达式工具类:PatternUtils

依赖的工具类:

  • 字符串转义工具类:StringEscapeUtils
  • 对象判断工具类:ObjectUtils
  • 数组工具类:ArrayUtils
  • Map工具类:MapUtils
  • 集合工具类:CollectionUtils
  • List工具类:ListUtils
  • Queue工具类:QueueUtils
  • Set工具类:SetUtils
  • MultiSet工具类:MultiSetUtils
  • 树操作工具类:TrieUtils

Versions

Version
1.1.0
1.0.0