Categories |
CategoriesGatling Application Testing & Monitoring |
---|---|
GroupId | GroupIdio.gatling |
ArtifactId | ArtifactIdgatling-recorder |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
gatling-recorder-3.0.2.pom | |
gatling-recorder-3.0.2.jar | 784 KB |
gatling-recorder-3.0.2-sources.jar | 145 KB |
gatling-recorder-3.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gatling/gatling-recorder/ -->
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-recorder</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.gatling/gatling-recorder/
implementation 'io.gatling:gatling-recorder:3.0.2'
// https://jarcasting.com/artifacts/io.gatling/gatling-recorder/
implementation ("io.gatling:gatling-recorder:3.0.2")
'io.gatling:gatling-recorder:jar:3.0.2'
<dependency org="io.gatling" name="gatling-recorder" rev="3.0.2">
<artifact name="gatling-recorder" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gatling', module='gatling-recorder', version='3.0.2')
)
libraryDependencies += "io.gatling" % "gatling-recorder" % "3.0.2"
[io.gatling/gatling-recorder "3.0.2"]