Files download
File Operation
log-1.0.4.jar download
log-1.0.4.pom download
log-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.snowdream.android.util</groupId>
  <artifactId>log</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.snowdream.android.util:log:1.0.4'
Gradle Kotlin
implementation("com.github.snowdream.android.util:log:1.0.4")
Scala SBT
libraryDependencies += "com.github.snowdream.android.util" % "log" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.snowdream.android.util', module='log', version='1.0.4')
)
Apache Ivy
<dependency org="com.github.snowdream.android.util" name="log" rev="1.0.4" />
Leiningen
[com.github.snowdream.android.util/log "1.0.4"]
Apache Buildr
'com.github.snowdream.android.util:log:jar:1.0.4'