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