is not current version
Last Version 3.11

net.sf.grinder:grinder-core 3.7.1

The Grinder.

Categories

Categories

Net
GroupId

GroupId

net.sf.grinder
ArtifactId

ArtifactId

grinder-core
Version

Version

3.7.1
Type

Type

jar

Download grinder-core 3.7.1


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