is not current version
Last Version 1.0.17

io.github.qqlizhn:common 1.0.1

自动化打包上传到蒲公英等三方平台,解放双手,方便测试人员下载

GroupId

GroupId

io.github.qqlizhn
ArtifactId

ArtifactId

common
Version

Version

1.0.1
Type

Type

aar

Download common 1.0.1


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