Last Version

SonarQube Scanner for Ant 2.7.1.1951

This is an Ant task allowing to start SonarQube analysis

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.sonarsource.scanner.ant
ArtifactId

ArtifactId

ant
Version

Version

2.7.1.1951
Type

Type

pom
Description

Description

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

Project URL

http://redirect.sonarsource.com/doc/ant-task.html
Project Organization

Project Organization

SonarSource
Source Code Management

Source Code Management

https://github.com/SonarSource/sonar-scanner-ant

Download ant 2.7.1.1951


<!-- https://jarcasting.com/artifacts/org.sonarsource.scanner.ant/ant/ -->
<dependency>
    <groupId>org.sonarsource.scanner.ant</groupId>
    <artifactId>ant</artifactId>
    <version>2.7.1.1951</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.scanner.ant/ant/
implementation 'org.sonarsource.scanner.ant:ant:2.7.1.1951'
// https://jarcasting.com/artifacts/org.sonarsource.scanner.ant/ant/
implementation ("org.sonarsource.scanner.ant:ant:2.7.1.1951")
'org.sonarsource.scanner.ant:ant:pom:2.7.1.1951'
<dependency org="org.sonarsource.scanner.ant" name="ant" rev="2.7.1.1951">
  <artifact name="ant" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.scanner.ant', module='ant', version='2.7.1.1951')
)
libraryDependencies += "org.sonarsource.scanner.ant" % "ant" % "2.7.1.1951"
[org.sonarsource.scanner.ant/ant "2.7.1.1951"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • sonarqube-ant-task