Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.sonarsource.scanner.ant |
ArtifactId | ArtifactIdant |
Version | Version2.6.0.1426 |
Type | Typepom |
Filename | Size |
---|---|
ant-2.6.0.1426.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.6.0.1426</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonarsource.scanner.ant/ant/
implementation 'org.sonarsource.scanner.ant:ant:2.6.0.1426'
// https://jarcasting.com/artifacts/org.sonarsource.scanner.ant/ant/
implementation ("org.sonarsource.scanner.ant:ant:2.6.0.1426")
'org.sonarsource.scanner.ant:ant:pom:2.6.0.1426'
<dependency org="org.sonarsource.scanner.ant" name="ant" rev="2.6.0.1426">
<artifact name="ant" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonarsource.scanner.ant', module='ant', version='2.6.0.1426')
)
libraryDependencies += "org.sonarsource.scanner.ant" % "ant" % "2.6.0.1426"
[org.sonarsource.scanner.ant/ant "2.6.0.1426"]