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