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