is not current version
Last Version 1.3

io.gitee.laoshirenggo:tools 1.1

工具模块

GroupId

GroupId

io.gitee.laoshirenggo
ArtifactId

ArtifactId

tools
Version

Version

1.1
Type

Type

jar

Download tools 1.1


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