is not current version
Last Version 1.2.0

br.dev.dig.logger.printer:android-log 0.2.0

Printer for Simple Logger, using Android native Log

GroupId

GroupId

br.dev.dig.logger.printer
ArtifactId

ArtifactId

android-log
Version

Version

0.2.0
Type

Type

aar

Download android-log 0.2.0


<!-- https://jarcasting.com/artifacts/br.dev.dig.logger.printer/android-log/ -->
<dependency>
    <groupId>br.dev.dig.logger.printer</groupId>
    <artifactId>android-log</artifactId>
    <version>0.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/br.dev.dig.logger.printer/android-log/
implementation 'br.dev.dig.logger.printer:android-log:0.2.0'
// https://jarcasting.com/artifacts/br.dev.dig.logger.printer/android-log/
implementation ("br.dev.dig.logger.printer:android-log:0.2.0")
'br.dev.dig.logger.printer:android-log:aar:0.2.0'
<dependency org="br.dev.dig.logger.printer" name="android-log" rev="0.2.0">
  <artifact name="android-log" type="aar" />
</dependency>
@Grapes(
@Grab(group='br.dev.dig.logger.printer', module='android-log', version='0.2.0')
)
libraryDependencies += "br.dev.dig.logger.printer" % "android-log" % "0.2.0"
[br.dev.dig.logger.printer/android-log "0.2.0"]