| Категории |
КатегорииGatling Тестирование приложения и мониторинг |
|---|---|
| Группа | Группаio.gatling |
| Идентификатор | Идентификаторgatling-recorder |
| Версия | Версия2.0.0-RC5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| gatling-recorder-2.0.0-RC5.pom | |
| gatling-recorder-2.0.0-RC5.jar | 796 KB |
| gatling-recorder-2.0.0-RC5-sources.jar | 119 KB |
| gatling-recorder-2.0.0-RC5-javadoc.jar | 781 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.gatling/gatling-recorder/ -->
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-recorder</artifactId>
<version>2.0.0-RC5</version>
</dependency>
// https://jarcasting.com/artifacts/io.gatling/gatling-recorder/
implementation 'io.gatling:gatling-recorder:2.0.0-RC5'
// https://jarcasting.com/artifacts/io.gatling/gatling-recorder/
implementation ("io.gatling:gatling-recorder:2.0.0-RC5")
'io.gatling:gatling-recorder:jar:2.0.0-RC5'
<dependency org="io.gatling" name="gatling-recorder" rev="2.0.0-RC5">
<artifact name="gatling-recorder" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gatling', module='gatling-recorder', version='2.0.0-RC5')
)
libraryDependencies += "io.gatling" % "gatling-recorder" % "2.0.0-RC5"
[io.gatling/gatling-recorder "2.0.0-RC5"]