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