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