is not current version
Last Version 1.0

io.gatling:test-framework 1.0-RC5

test-framework

Categories

Categories

Gatling Application Testing & Monitoring
GroupId

GroupId

io.gatling
ArtifactId

ArtifactId

test-framework
Version

Version

1.0-RC5
Type

Type

jar

Download test-framework 1.0-RC5


<!-- https://jarcasting.com/artifacts/io.gatling/test-framework/ -->
<dependency>
    <groupId>io.gatling</groupId>
    <artifactId>test-framework</artifactId>
    <version>1.0-RC5</version>
</dependency>
// https://jarcasting.com/artifacts/io.gatling/test-framework/
implementation 'io.gatling:test-framework:1.0-RC5'
// https://jarcasting.com/artifacts/io.gatling/test-framework/
implementation ("io.gatling:test-framework:1.0-RC5")
'io.gatling:test-framework:jar:1.0-RC5'
<dependency org="io.gatling" name="test-framework" rev="1.0-RC5">
  <artifact name="test-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gatling', module='test-framework', version='1.0-RC5')
)
libraryDependencies += "io.gatling" % "test-framework" % "1.0-RC5"
[io.gatling/test-framework "1.0-RC5"]