Categories |
CategoriesMaven Build Tools Gatling Application Testing & Monitoring |
---|---|
GroupId | GroupIdio.gatling |
ArtifactId | ArtifactIdgatling-maven-plugins-aggregator |
Last Version | Last Version3.1.0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGatling Maven Plugins Aggregator, fork of Apache's
Gatling Maven Plugins Aggregator, fork of Apache's
|
Filename | Size |
---|---|
gatling-maven-plugins-aggregator-3.1.0.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gatling/gatling-maven-plugins-aggregator/ -->
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-maven-plugins-aggregator</artifactId>
<version>3.1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.gatling/gatling-maven-plugins-aggregator/
implementation 'io.gatling:gatling-maven-plugins-aggregator:3.1.0.4'
// https://jarcasting.com/artifacts/io.gatling/gatling-maven-plugins-aggregator/
implementation ("io.gatling:gatling-maven-plugins-aggregator:3.1.0.4")
'io.gatling:gatling-maven-plugins-aggregator:pom:3.1.0.4'
<dependency org="io.gatling" name="gatling-maven-plugins-aggregator" rev="3.1.0.4">
<artifact name="gatling-maven-plugins-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.gatling', module='gatling-maven-plugins-aggregator', version='3.1.0.4')
)
libraryDependencies += "io.gatling" % "gatling-maven-plugins-aggregator" % "3.1.0.4"
[io.gatling/gatling-maven-plugins-aggregator "3.1.0.4"]