is not current version
Last Version 0.3.1

com.github.anotherjavacoder:TimberSE 0.2

A port of the JakeWharton's Timber library on JavaSE

Categories

Categories

Other General Purpose Libraries
GroupId

GroupId

com.github.anotherjavacoder
ArtifactId

ArtifactId

TimberSE
Version

Version

0.2
Type

Type

jar

Download TimberSE 0.2


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