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