is not current version
Last Version 3.11

net.sf.grinder:grinder 3.7.1

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.7.1
Type

Type

jar

Download grinder 3.7.1


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