Download grinder-test-support-4.0.0.jar file - Jar g

Jar examples for g:grinder-test-support

Description

Common test classes used by The Grinder unit tests.

You can download jar file grinder-test-support 4.0.0 in this page.

Build File

You can use the following script to add grinder-test-support-4.0.0.jar to your project.

<dependency>
   <groupId>io.github.cossme</groupId>
   <artifactId>grinder-test-support</artifactId>
   <version>4.0.0</version>
</dependency>
compile group: 'io.github.cossme', name: 'grinder-test-support', version: '4.0.0'
libraryDependencies += "io.github.cossme" % "grinder-test-support" % "4.0.0"
<dependency org="io.github.cossme" name="grinder-test-support" rev="4.0.0"/>
@Grapes(@Grab(group='io.github.cossme', module='grinder-test-support', version='4.0.0'))
'io.github.cossme:grinder-test-support:jar:4.0.0'

Download

Click the following link to download the jar file.

grinder-test-support-4.0.0-javadoc.jar
grinder-test-support-4.0.0-sources.jar
grinder-test-support-4.0.0.jar
grinder-test-support-4.0.0.pom



Related Tutorials