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