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