is not current version
Last Version 0.3.1

com.github.anotherjavacoder:TimberSE 0.1

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.1
Type

Type

jar

Download TimberSE 0.1


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