commons-all

hb0730-commons主要是个人常用类库

License

License

GroupId

GroupId

com.hb0730
ArtifactId

ArtifactId

commons-all
Last Version

Last Version

2.1.2-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

commons-all
hb0730-commons主要是个人常用类库
Project URL

Project URL

https://github.com/hb0730/hb0730-commons

Download commons-all

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
com.hb0730 : commons-lang jar 2.1.2-RELEASE
com.hb0730 : commons-cache jar 2.1.2-RELEASE
com.hb0730 : commons-http jar 2.1.2-RELEASE
com.hb0730 : commons-spring jar 2.1.2-RELEASE
com.hb0730 : commons-json jar 2.1.2-RELEASE
com.hb0730 : commons-encrypt jar 2.1.2-RELEASE
com.hb0730 : commons-mail jar 2.1.2-RELEASE
com.hb0730 : commons-ssh jar 2.1.2-RELEASE
com.hb0730 : commons-scm jar 2.1.2-RELEASE
javax.annotation : javax.annotation-api jar 1.3.2
org.projectlombok : lombok Optional jar 1.18.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

commons

Maven Central GitHub GitHub Workflow Status jdk api codacy codecov


简介

hb0730-commons是个人平时用到的java类库(封装http,cache等工具)

包含组件

模块 介绍
commons-cache 封装的缓存工具,支持本地内存缓存以及spring data redis缓存
commons-http 简单抽象http,支持httpClient,okHttp等工具
commons-json 集合各大(fastjson,gson,jackson...)json工具类
comons-encrypt 加密解密工具
commons-lang 平时用到的单一工具如String,Date等utils
commons-mail java发送mail使用spring Mail
commons-spring spring相关工具
commons-ssh jsch 等SSH Client简单封装
commons-scm 对 scm(git,svn)等支持,方便操作

测试

测试依赖第三方组件

模块
commons-cache-test
commons-http-test
commons-spring-test

安装

maven

<dependency>
    <groupId>com.hb0730</groupId>
    <artifactId>commons-dependencies</artifactId>
    <version>2.1.2-RELEASE</version>
    <type>pom</type>
    <scope>import</scope>
</dependency>

或者

<dependency>
    <groupId>com.hb0730</groupId>
    <artifactId>commons-all</artifactId>
    <version>2.1.2-RELEASE</version>
</dependency>

Versions

Version
2.1.2-RELEASE
2.1.1-RELEASE
2.1.0-RELEASE
2.0.4-RELEASE
2.0.3-RELEASE
2.0.2-RELEASE
2.0.1-RELEASE
2.0.0-RELEASE
1.0.2-RELEASE
1.0.1-RELEASE