g

gatling-recorder

gatling-recorder
http://gatling.io
Apache 2
io.gatling
Stephane Landelle Guillaume Corré Thomas Grenier Cédric Cousseran Alexandre Chaouat
Files download
File Operation
gatling-recorder-2.3.1.jar download
gatling-recorder-2.3.1.pom download
gatling-recorder-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.gatling</groupId>
  <artifactId>gatling-recorder</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'io.gatling:gatling-recorder:2.3.1'
Gradle Kotlin
implementation("io.gatling:gatling-recorder:2.3.1")
Scala SBT
libraryDependencies += "io.gatling" % "gatling-recorder" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.gatling', module='gatling-recorder', version='2.3.1')
)
Apache Ivy
<dependency org="io.gatling" name="gatling-recorder" rev="2.3.1" />
Leiningen
[io.gatling/gatling-recorder "2.3.1"]
Apache Buildr
'io.gatling:gatling-recorder:jar:2.3.1'