com.github.duanxinyuan:library-util-common

工具类集合

License

License

GroupId

GroupId

com.github.duanxinyuan
ArtifactId

ArtifactId

library-util-common
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

工具类集合

Download library-util-common

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
com.github.duanxinyuan : library-json-gson jar 1.1.1
com.github.duanxinyuan : library-json-jackson jar 1.1.0
com.google.guava : guava jar 27.0.1-jre
org.apache.commons : commons-lang3 jar 3.8.1
org.apache.commons : commons-compress jar 1.18
commons-io : commons-io jar 2.6
org.apache.commons : commons-exec jar 1.3
javax.servlet : javax.servlet-api jar 4.0.1
org.projectlombok : lombok jar 1.18.2

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.2.0
1.1.8
1.1.6
1.1.5
1.1.2
1.1.1
1.1.0
1.0.0