is not current version
Last Version 1.0.5

io.gitee.buzizhi:tools 1.0.4

A collection of commonly used tools

GroupId

GroupId

io.gitee.buzizhi
ArtifactId

ArtifactId

tools
Version

Version

1.0.4
Type

Type

jar

Download tools 1.0.4


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