не последняя версия
Последняя версия 3.11

net.sf.grinder:grinder-core 3.8

The Grinder.

Категории

Категории

Сеть
Группа

Группа

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

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

grinder-core
Версия

Версия

3.8
Тип

Тип

jar

Скачать grinder-core 3.8


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