is not current version
Last Version 1.0.17

io.github.qqlizhn:common 1.0.12

android common utils

GroupId

GroupId

io.github.qqlizhn
ArtifactId

ArtifactId

common
Version

Version

1.0.12
Type

Type

aar

Download common 1.0.12


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