License |
License |
---|---|
GroupId | GroupIdcom.hwangjr.utils |
ArtifactId | ArtifactIdtimber |
Version | Version4.1.1 |
Type | Typeaar |
Description |
DescriptionTimber
Common Tools For Android Developer.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
timber-4.1.1.pom | |
timber-4.1.1.aar | 8 KB |
timber-4.1.1-sources.jar | 3 KB |
timber-4.1.1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hwangjr.utils/timber/ -->
<dependency>
<groupId>com.hwangjr.utils</groupId>
<artifactId>timber</artifactId>
<version>4.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hwangjr.utils/timber/
implementation 'com.hwangjr.utils:timber:4.1.1'
// https://jarcasting.com/artifacts/com.hwangjr.utils/timber/
implementation ("com.hwangjr.utils:timber:4.1.1")
'com.hwangjr.utils:timber:aar:4.1.1'
<dependency org="com.hwangjr.utils" name="timber" rev="4.1.1">
<artifact name="timber" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hwangjr.utils', module='timber', version='4.1.1')
)
libraryDependencies += "com.hwangjr.utils" % "timber" % "4.1.1"
[com.hwangjr.utils/timber "4.1.1"]