How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.yandex.qatools.processors</groupId>
<artifactId>annotation-processors</artifactId>
<version>2.0.1</version>
</dependency>
Choose a version of ru.yandex.qatools.processors : annotation-processors to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
annotation-processors-2.0.1
|
||
annotation-processors-2.0.0
|
|||
1.3 |
annotation-processors-1.3
|
||
1.2 |
annotation-processors-1.2
|
||
1.1 |
annotation-processors-1.1
|
||
1.0 |
annotation-processors-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.yandex.qatools.processors</groupId>
<artifactId>annotation-processors</artifactId>
<version>2.0.1</version>
</dependency>
Advertisement