GroupId | GroupIdio.hyperfoil |
---|---|
ArtifactId | ArtifactIdhyperfoil-http |
Version | Version0.14 |
Type | Typejar |
Filename | Size |
---|---|
hyperfoil-http-0.14.pom | |
hyperfoil-http-0.14.jar | 285 KB |
hyperfoil-http-0.14-tests.jar | 117 KB |
hyperfoil-http-0.14-sources.jar | 109 KB |
hyperfoil-http-0.14-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hyperfoil/hyperfoil-http/ -->
<dependency>
<groupId>io.hyperfoil</groupId>
<artifactId>hyperfoil-http</artifactId>
<version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.hyperfoil/hyperfoil-http/
implementation 'io.hyperfoil:hyperfoil-http:0.14'
// https://jarcasting.com/artifacts/io.hyperfoil/hyperfoil-http/
implementation ("io.hyperfoil:hyperfoil-http:0.14")
'io.hyperfoil:hyperfoil-http:jar:0.14'
<dependency org="io.hyperfoil" name="hyperfoil-http" rev="0.14">
<artifact name="hyperfoil-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hyperfoil', module='hyperfoil-http', version='0.14')
)
libraryDependencies += "io.hyperfoil" % "hyperfoil-http" % "0.14"
[io.hyperfoil/hyperfoil-http "0.14"]