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