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