is not current version
Last Version 1.2.0

top.heue.utils:log 1.1.0

A Logger For My Simple Android App.

GroupId

GroupId

top.heue.utils
ArtifactId

ArtifactId

log
Version

Version

1.1.0
Type

Type

aar

Download log 1.1.0

Filename Size
log-1.1.0.pom
Browse

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