is not current version
Last Version 1.6.5

cn.gjing:tools-common 1.5.2

Java开发常用基础工具包

GroupId

GroupId

cn.gjing
ArtifactId

ArtifactId

tools-common
Version

Version

1.5.2
Type

Type

jar

Download tools-common 1.5.2


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