is not current version
Last Version 1.3.0

io.github.tangchaojian:tools 1.0

一个工具类库

GroupId

GroupId

io.github.tangchaojian
ArtifactId

ArtifactId

tools
Version

Version

1.0
Type

Type

aar

Download tools 1.0


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