is not current version
Last Version 0.1.5

com.github.omottec:logger 0.1.2

android logger lib

GroupId

GroupId

com.github.omottec
ArtifactId

ArtifactId

logger
Version

Version

0.1.2
Type

Type

aar

Download logger 0.1.2


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