is not current version
Last Version 2.7.1.1951

org.sonarsource.scanner.ant:ant 2.7.0.1612

This is an Ant task allowing to start SonarQube analysis

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.sonarsource.scanner.ant
ArtifactId

ArtifactId

ant
Version

Version

2.7.0.1612
Type

Type

pom

Download ant 2.7.0.1612

Filename Size
ant-2.7.0.1612.pom 2 KB
Browse

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