is not current version
Last Version 1.0.9

io.github.maoqiqi:log 1.0.6

Simple and powerful logger for android.

GroupId

GroupId

io.github.maoqiqi
ArtifactId

ArtifactId

log
Version

Version

1.0.6
Type

Type

aar

Download log 1.0.6

Filename Size
log-1.0.6.pom
Browse

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