| Categories | CategoriesOther General Purpose Libraries | 
|---|---|
| GroupId | GroupIdcom.github.anotherjavacoder | 
| ArtifactId | ArtifactIdTimberSE | 
| Version | Version0.3-ALPHA | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| TimberSE-0.3-ALPHA.pom | |
| TimberSE-0.3-ALPHA.jar | 14 KB | 
| TimberSE-0.3-ALPHA-sources.jar | 9 KB | 
| TimberSE-0.3-ALPHA-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-ALPHA</version>
</dependency>// https://jarcasting.com/artifacts/com.github.anotherjavacoder/TimberSE/
implementation 'com.github.anotherjavacoder:TimberSE:0.3-ALPHA'// https://jarcasting.com/artifacts/com.github.anotherjavacoder/TimberSE/
implementation ("com.github.anotherjavacoder:TimberSE:0.3-ALPHA")'com.github.anotherjavacoder:TimberSE:jar:0.3-ALPHA'<dependency org="com.github.anotherjavacoder" name="TimberSE" rev="0.3-ALPHA">
  <artifact name="TimberSE" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.anotherjavacoder', module='TimberSE', version='0.3-ALPHA')
)libraryDependencies += "com.github.anotherjavacoder" % "TimberSE" % "0.3-ALPHA"[com.github.anotherjavacoder/TimberSE "0.3-ALPHA"]