is not current version
Last Version 1.0.1

at.favre.lib:slf4j-timber 1.0.0

SLF4J binding for Timber, a logger with a small, extensible API which provides utility on top of Android's normal Log class by Jake Wharton.

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

slf4j-timber
Version

Version

1.0.0
Type

Type

aar

Download slf4j-timber 1.0.0


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