is not current version
Last Version 2.2.0

com.orhanobut:logger 2.1.1

Simple, Pretty and Advanced Logger

GroupId

GroupId

com.orhanobut
ArtifactId

ArtifactId

logger
Version

Version

2.1.1
Type

Type

aar

Download logger 2.1.1


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