| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.sf.grinder |
| ArtifactId | ArtifactIdgrinder-http |
| Version | Version3.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| grinder-http-3.10.pom | |
| grinder-http-3.10.jar | 183 KB |
| grinder-http-3.10-sources.jar | 141 KB |
| grinder-http-3.10-javadoc.jar | 327 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.grinder/grinder-http/ -->
<dependency>
<groupId>net.sf.grinder</groupId>
<artifactId>grinder-http</artifactId>
<version>3.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.grinder/grinder-http/
implementation 'net.sf.grinder:grinder-http:3.10'
// https://jarcasting.com/artifacts/net.sf.grinder/grinder-http/
implementation ("net.sf.grinder:grinder-http:3.10")
'net.sf.grinder:grinder-http:jar:3.10'
<dependency org="net.sf.grinder" name="grinder-http" rev="3.10">
<artifact name="grinder-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.grinder', module='grinder-http', version='3.10')
)
libraryDependencies += "net.sf.grinder" % "grinder-http" % "3.10"
[net.sf.grinder/grinder-http "3.10"]