How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-maven-plugins-aggregator</artifactId>
<version>3.1.0.4</version>
</dependency>
Choose a version of io.gatling : gatling-maven-plugins-aggregator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
gatling-maven-plugins-aggregator-3.1.0.4
|
||
gatling-maven-plugins-aggregator-3.1.0.3
|
|||
gatling-maven-plugins-aggregator-3.1.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-maven-plugins-aggregator</artifactId>
<version>3.1.0.4</version>
</dependency>
Advertisement