Files download
File Operation
log-helper-example-motan-api-1.0.5-RELEASE.jar download
log-helper-example-motan-api-1.0.5-RELEASE.pom download
log-helper-example-motan-api-1.0.5-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.redick01</groupId>
  <artifactId>log-helper-example-motan-api</artifactId>
  <version>1.0.5-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.github.redick01:log-helper-example-motan-api:1.0.5-RELEASE'
Gradle Kotlin
implementation("io.github.redick01:log-helper-example-motan-api:1.0.5-RELEASE")
Scala SBT
libraryDependencies += "io.github.redick01" % "log-helper-example-motan-api" % "1.0.5-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.github.redick01', module='log-helper-example-motan-api', version='1.0.5-RELEASE')
)
Apache Ivy
<dependency org="io.github.redick01" name="log-helper-example-motan-api" rev="1.0.5-RELEASE" />
Leiningen
[io.github.redick01/log-helper-example-motan-api "1.0.5-RELEASE"]
Apache Buildr
'io.github.redick01:log-helper-example-motan-api:jar:1.0.5-RELEASE'