is not current version
Last Version 1.0

io.gatling:test-framework 1.0-RC1

test-framework

Categories

Categories

Gatling Application Testing & Monitoring
GroupId

GroupId

io.gatling
ArtifactId

ArtifactId

test-framework
Version

Version

1.0-RC1
Type

Type

jar

Download test-framework 1.0-RC1


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