is not current version
Last Version 4.1.1

com.hwangjr.utils:timber 4.1.0

Common Tools For Android Developer.

GroupId

GroupId

com.hwangjr.utils
ArtifactId

ArtifactId

timber
Version

Version

4.1.0
Type

Type

aar

Download timber 4.1.0


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