не последняя версия
Последняя версия 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.

Категории

Категории

Сеть
Группа

Группа

net.sf.grinder
Идентификатор

Идентификатор

grinder
Версия

Версия

3.7.1
Тип

Тип

jar

Скачать 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"]