is not current version
Last Version 3.13.0

com.yishuifengxiao.common:common-tool 1.0.4-release

本工具包主要集成了目前在项目开发过程中个人经常会使用到的一些工具类,对工具类进行了一下简单的封装

GroupId

GroupId

com.yishuifengxiao.common
ArtifactId

ArtifactId

common-tool
Version

Version

1.0.4-release
Type

Type

jar

Download common-tool 1.0.4-release


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