| License |
License |
|---|---|
| GroupId | GroupIdcom.yishuifengxiao.common |
| ArtifactId | ArtifactIdcommon-tool |
| Version | Version3.7.2 |
| Type | Typejar |
| Description |
Descriptioncommon-tool
本工具包主要集成了目前在项目开发过程中个人经常会使用到的一些工具类,对工具类进行了一下简单的封装
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-tool-3.7.2.pom | |
| common-tool-3.7.2.jar | 97 KB |
| common-tool-3.7.2-sources.jar | 83 KB |
| common-tool-3.7.2-javadoc.jar | 559 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yishuifengxiao.common/common-tool/ -->
<dependency>
<groupId>com.yishuifengxiao.common</groupId>
<artifactId>common-tool</artifactId>
<version>3.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yishuifengxiao.common/common-tool/
implementation 'com.yishuifengxiao.common:common-tool:3.7.2'
// https://jarcasting.com/artifacts/com.yishuifengxiao.common/common-tool/
implementation ("com.yishuifengxiao.common:common-tool:3.7.2")
'com.yishuifengxiao.common:common-tool:jar:3.7.2'
<dependency org="com.yishuifengxiao.common" name="common-tool" rev="3.7.2">
<artifact name="common-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yishuifengxiao.common', module='common-tool', version='3.7.2')
)
libraryDependencies += "com.yishuifengxiao.common" % "common-tool" % "3.7.2"
[com.yishuifengxiao.common/common-tool "3.7.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.10 |
| org.apache.commons : commons-text | jar | 1.6 |
| org.apache.commons : commons-collections4 | jar | 4.3 |
| org.apache.commons : commons-pool2 | jar | 2.8.1 |
| commons-codec : commons-codec | jar | 1.14 |
| com.alibaba : fastjson | jar | 1.2.75 |
| cglib : cglib | jar | 3.2.9 |
| org.springframework.boot : spring-boot-starter-web Optional | jar | 2.3.5.RELEASE |
| org.hibernate.validator : hibernate-validator Optional | jar | 6.1.6.Final |
| org.springframework.boot : spring-boot-starter-data-jpa Optional | jar | 2.3.5.RELEASE |
| io.lettuce : lettuce-core Optional | jar | 5.3.5.RELEASE |
| com.github.pagehelper : pagehelper Optional | jar | 5.1.4 |
| io.swagger : swagger-models Optional | jar | 1.5.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.5.RELEASE |