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