Common Utils

基础工具类

License

License

GroupId

GroupId

com.github.duanxinyuan
ArtifactId

ArtifactId

library-common-util
Last Version

Last Version

1.7.0
Release Date

Release Date

Type

Type

jar
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-common-util

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
com.github.duanxinyuan : library-json-gson jar 1.0.0
com.github.duanxinyuan : library-json-jackson jar 1.0.0
com.google.guava : guava jar 25.0-jre
org.apache.commons : commons-lang3 jar 3.6
commons-codec : commons-codec jar 1.8
org.apache.commons : commons-exec jar 1.3
javax.servlet : javax.servlet-api jar 3.1.0
org.bouncycastle : bcprov-jdk15on jar 1.58
javax.mail : mail jar 1.4.7
commons-net : commons-net jar 3.6
org.projectlombok : lombok jar 1.16.20

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

基础工具类

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.7.0
1.5.0
1.4.0
1.3.0
1.2.0
1.0.0