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