MVN

org.sonarsource.scanner.ant : ant

Maven & Gradle

Apr 30, 2021
12 stars

SonarQube Scanner for Ant · This is an Ant task allowing to start SonarQube analysis

<dependency>
    <groupId>org.sonarsource.scanner.ant</groupId>
    <artifactId>ant</artifactId>
    <version>2.7.1.1951</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonarsource.scanner.ant : ant to add to Maven - Latest Versions:

  • Latest Stable: 2.7.1.1951

All Versions

Choose a version of org.sonarsource.scanner.ant : ant to add to Maven - All 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

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>

Advertisement