GroupId | GroupIdcom.hwangjr.utils |
---|---|
ArtifactId | ArtifactIdtimber |
Version | Version4.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
timber-4.1.0.pom | |
timber-4.1.0.aar | 8 KB |
timber-4.1.0-sources.jar | 3 KB |
timber-4.1.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hwangjr.utils/timber/ -->
<dependency>
<groupId>com.hwangjr.utils</groupId>
<artifactId>timber</artifactId>
<version>4.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hwangjr.utils/timber/
implementation 'com.hwangjr.utils:timber:4.1.0'
// https://jarcasting.com/artifacts/com.hwangjr.utils/timber/
implementation ("com.hwangjr.utils:timber:4.1.0")
'com.hwangjr.utils:timber:aar:4.1.0'
<dependency org="com.hwangjr.utils" name="timber" rev="4.1.0">
<artifact name="timber" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hwangjr.utils', module='timber', version='4.1.0')
)
libraryDependencies += "com.hwangjr.utils" % "timber" % "4.1.0"
[com.hwangjr.utils/timber "4.1.0"]