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