How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.yandex.qatools.actions</groupId>
<artifactId>actions</artifactId>
<version>2.2</version>
</dependency>
Choose a version of ru.yandex.qatools.actions : actions to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2 |
actions-2.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.yandex.qatools.actions</groupId>
<artifactId>actions</artifactId>
<version>2.2</version>
</dependency>
Advertisement