文件下载
文件名 操作
hyperfoil-api-0.17.jar 下载
hyperfoil-api-0.17.pom 下载
hyperfoil-api-0.17-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.hyperfoil</groupId>
  <artifactId>hyperfoil-api</artifactId>
  <version>0.17</version>
</dependency>
Gradle Groovy
implementation 'io.hyperfoil:hyperfoil-api:0.17'
Gradle Kotlin
implementation("io.hyperfoil:hyperfoil-api:0.17")
Scala SBT
libraryDependencies += "io.hyperfoil" % "hyperfoil-api" % "0.17"
Groovy Grape
@Grapes(
  @Grab(group='io.hyperfoil', module='hyperfoil-api', version='0.17')
)
Apache Ivy
<dependency org="io.hyperfoil" name="hyperfoil-api" rev="0.17" />
Leiningen
[io.hyperfoil/hyperfoil-api "0.17"]
Apache Buildr
'io.hyperfoil:hyperfoil-api:jar:0.17'