is not current version
Last Version 2.2.0

com.orhanobut:logger 1.15

Simple, Pretty and Advanced Logger

GroupId

GroupId

com.orhanobut
ArtifactId

ArtifactId

logger
Version

Version

1.15
Type

Type

aar

Download logger 1.15


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