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