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