is not current version
Last Version 2.3.1

com.github.hadilq:log4k-android 2.1.0

This is a simple library for logging in Kotlin. It's inspired by the famous Apache Log4j library.

GroupId

GroupId

com.github.hadilq
ArtifactId

ArtifactId

log4k-android
Version

Version

2.1.0
Type

Type

aar

Download log4k-android 2.1.0


<!-- https://jarcasting.com/artifacts/com.github.hadilq/log4k-android/ -->
<dependency>
    <groupId>com.github.hadilq</groupId>
    <artifactId>log4k-android</artifactId>
    <version>2.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadilq/log4k-android/
implementation 'com.github.hadilq:log4k-android:2.1.0'
// https://jarcasting.com/artifacts/com.github.hadilq/log4k-android/
implementation ("com.github.hadilq:log4k-android:2.1.0")
'com.github.hadilq:log4k-android:aar:2.1.0'
<dependency org="com.github.hadilq" name="log4k-android" rev="2.1.0">
  <artifact name="log4k-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.hadilq', module='log4k-android', version='2.1.0')
)
libraryDependencies += "com.github.hadilq" % "log4k-android" % "2.1.0"
[com.github.hadilq/log4k-android "2.1.0"]