is not current version
Last Version 3.11

net.sf.grinder:grinder 3.8

The Grinder load testing framework. The Grinder is a load testing framework that makes it easy to run a distributed test using many load injector machines. Test scripts are written in Jython or Clojure. HTTP scripts can be recorded easily from a browser session.

Categories

Categories

Net
GroupId

GroupId

net.sf.grinder
ArtifactId

ArtifactId

grinder
Version

Version

3.8
Type

Type

jar

Download grinder 3.8


<!-- https://jarcasting.com/artifacts/net.sf.grinder/grinder/ -->
<dependency>
    <groupId>net.sf.grinder</groupId>
    <artifactId>grinder</artifactId>
    <version>3.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.grinder/grinder/
implementation 'net.sf.grinder:grinder:3.8'
// https://jarcasting.com/artifacts/net.sf.grinder/grinder/
implementation ("net.sf.grinder:grinder:3.8")
'net.sf.grinder:grinder:jar:3.8'
<dependency org="net.sf.grinder" name="grinder" rev="3.8">
  <artifact name="grinder" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.grinder', module='grinder', version='3.8')
)
libraryDependencies += "net.sf.grinder" % "grinder" % "3.8"
[net.sf.grinder/grinder "3.8"]