Download grinder-3.11.jar file - Jar g

Jar examples for g:grinder

Description

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.

You can download jar file grinder 3.11 in this page.

Build File

You can use the following script to add grinder-3.11.jar to your project.

<dependency>
   <groupId>net.sf.grinder</groupId>
   <artifactId>grinder</artifactId>
   <version>3.11</version>
</dependency>
compile group: 'net.sf.grinder', name: 'grinder', version: '3.11'
libraryDependencies += "net.sf.grinder" % "grinder" % "3.11"
<dependency org="net.sf.grinder" name="grinder" rev="3.11"/>
@Grapes(@Grab(group='net.sf.grinder', module='grinder', version='3.11'))
'net.sf.grinder:grinder:jar:3.11'

Download

Click the following link to download the jar file.

grinder-3.11-javadoc.jar
grinder-3.11.jar
grinder-3.11.pom



Related Tutorials