is not current version
Last Version 2.9.1

cn.gjing:tools 2.0.0

develop tool

GroupId

GroupId

cn.gjing
ArtifactId

ArtifactId

tools
Version

Version

2.0.0
Type

Type

pom

Download tools 2.0.0

Filename Size
tools-2.0.0.pom 5 KB
Browse

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