is not current version
Last Version 1.2.7

cn.gjing:tools-all 1.2.1

include all tool

GroupId

GroupId

cn.gjing
ArtifactId

ArtifactId

tools-all
Version

Version

1.2.1
Type

Type

jar

Download tools-all 1.2.1


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