n

napier-android-debug

Kotlin Multiplatform libraries that show logs in common module.
https://github.com/aakira/Napier
The Apache Software License, Version 2.0
aakira
文件下载
文件名 操作
napier-android-debug-2.0.0.pom 下载
napier-android-debug-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.aakira</groupId>
  <artifactId>napier-android-debug</artifactId>
  <version>2.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.aakira:napier-android-debug:2.0.0'
Gradle Kotlin
implementation("io.github.aakira:napier-android-debug:2.0.0")
Scala SBT
libraryDependencies += "io.github.aakira" % "napier-android-debug" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.aakira', module='napier-android-debug', version='2.0.0')
)
Apache Ivy
<dependency org="io.github.aakira" name="napier-android-debug" rev="2.0.0" />
Leiningen
[io.github.aakira/napier-android-debug "2.0.0"]
Apache Buildr
'io.github.aakira:napier-android-debug:jar:2.0.0'