GroupId | GroupIdcom.github.hadilq |
---|---|
ArtifactId | ArtifactIdlog4k-android-debug |
Version | Version2.3.0 |
Type | Typeaar |
Filename | Size |
---|---|
log4k-android-debug-2.3.0.pom | |
log4k-android-debug-2.3.0-sources.jar | 12 KB |
log4k-android-debug-2.3.0-javadoc.jar | 251 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hadilq/log4k-android-debug/ -->
<dependency>
<groupId>com.github.hadilq</groupId>
<artifactId>log4k-android-debug</artifactId>
<version>2.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadilq/log4k-android-debug/
implementation 'com.github.hadilq:log4k-android-debug:2.3.0'
// https://jarcasting.com/artifacts/com.github.hadilq/log4k-android-debug/
implementation ("com.github.hadilq:log4k-android-debug:2.3.0")
'com.github.hadilq:log4k-android-debug:aar:2.3.0'
<dependency org="com.github.hadilq" name="log4k-android-debug" rev="2.3.0">
<artifact name="log4k-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.hadilq', module='log4k-android-debug', version='2.3.0')
)
libraryDependencies += "com.github.hadilq" % "log4k-android-debug" % "2.3.0"
[com.github.hadilq/log4k-android-debug "2.3.0"]