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