is not current version
Last Version 2.2.0

com.orhanobut:logger 1.3

Simple,pretty and powerful log

GroupId

GroupId

com.orhanobut
ArtifactId

ArtifactId

logger
Version

Version

1.3
Type

Type

aar

Download logger 1.3


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