is not current version
Last Version 1.2.0

top.heue.utils:log 1.0.0

A Logger For My Simple Android App.

GroupId

GroupId

top.heue.utils
ArtifactId

ArtifactId

log
Version

Version

1.0.0
Type

Type

aar

Download log 1.0.0

Filename Size
log-1.0.0.pom
Browse

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