g

gatling-core

gatling-core
http://gatling.io
Apache 2
io.gatling
Stephane Landelle Romain Sertelon Nicolas Rémond Stephen Kuenzli Pierre Dal-Pra Grégory Coutant Bastien Lemale Andrew Duffy Jason Koch Ivan Mushketyk Guillaume Corré
Files download
File Operation
gatling-core-2.0.0-RC1.jar download
gatling-core-2.0.0-RC1.pom download
gatling-core-2.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.gatling</groupId>
  <artifactId>gatling-core</artifactId>
  <version>2.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'io.gatling:gatling-core:2.0.0-RC1'
Gradle Kotlin
implementation("io.gatling:gatling-core:2.0.0-RC1")
Scala SBT
libraryDependencies += "io.gatling" % "gatling-core" % "2.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='io.gatling', module='gatling-core', version='2.0.0-RC1')
)
Apache Ivy
<dependency org="io.gatling" name="gatling-core" rev="2.0.0-RC1" />
Leiningen
[io.gatling/gatling-core "2.0.0-RC1"]
Apache Buildr
'io.gatling:gatling-core:jar:2.0.0-RC1'