How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ebendal</groupId>
<artifactId>gatling-consumer-contract</artifactId>
<version>0.0.10</version>
</dependency>
Choose a version of com.ebendal : gatling-consumer-contract to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
gatling-consumer-contract-0.0.10
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ebendal</groupId>
<artifactId>gatling-consumer-contract</artifactId>
<version>0.0.10</version>
</dependency>
Advertisement