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