How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonarsource.scanner.ant</groupId>
<artifactId>ant</artifactId>
<version>2.7.1.1951</version>
</dependency>
Choose a version of org.sonarsource.scanner.ant : ant to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.7.x |
ant-2.7.1.1951
|
||
ant-2.7.0.1612
|
|||
2.6.x |
ant-2.6.0.1426
|
||
2.5 |
ant-2.5
|
||
2.4.x |
ant-2.4.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonarsource.scanner.ant</groupId>
<artifactId>ant</artifactId>
<version>2.7.1.1951</version>
</dependency>
Advertisement