License |
License |
---|---|
Categories |
CategoriesOther General Purpose Libraries |
GroupId | GroupIdcom.github.anotherjavacoder |
ArtifactId | ArtifactIdTimberSE |
Last Version | Last Version0.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTimberSE
A port of the JakeWharton's Timber library on JavaSE
|
Filename | Size |
---|---|
TimberSE-0.3.1.pom | |
TimberSE-0.3.1.jar | 14 KB |
TimberSE-0.3.1-sources.jar | 9 KB |
TimberSE-0.3.1-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anotherjavacoder/TimberSE/ -->
<dependency>
<groupId>com.github.anotherjavacoder</groupId>
<artifactId>TimberSE</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anotherjavacoder/TimberSE/
implementation 'com.github.anotherjavacoder:TimberSE:0.3.1'
// https://jarcasting.com/artifacts/com.github.anotherjavacoder/TimberSE/
implementation ("com.github.anotherjavacoder:TimberSE:0.3.1")
'com.github.anotherjavacoder:TimberSE:jar:0.3.1'
<dependency org="com.github.anotherjavacoder" name="TimberSE" rev="0.3.1">
<artifact name="TimberSE" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anotherjavacoder', module='TimberSE', version='0.3.1')
)
libraryDependencies += "com.github.anotherjavacoder" % "TimberSE" % "0.3.1"
[com.github.anotherjavacoder/TimberSE "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.intellij : annotations Optional | jar | 12.0 |