is not current version
Last Version 1.3.0

io.github.tangchaojian:tools 1.1

一个工具类库

GroupId

GroupId

io.github.tangchaojian
ArtifactId

ArtifactId

tools
Version

Version

1.1
Type

Type

aar

Download tools 1.1


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