How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>6.0.0</version>
</dependency>
Choose a version of io.fluentlenium : fluentlenium-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.0.x |
fluentlenium-parent-6.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>6.0.0</version>
</dependency>
Advertisement