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