Group Id com.github.spotbugs
Artifact Id spotbugs-ant
Version 4.0.1
Packaging jar
URL -
Badge
Last Updated 2020-03-18T00:49:10+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.github.spotbugs</groupId>
    <artifactId>spotbugs-ant</artifactId>
    <version>4.0.1</version>
</dependency>
implementation group: 'com.github.spotbugs', name: 'spotbugs-ant', version: '4.0.1'
implementation 'com.github.spotbugs:spotbugs-ant:4.0.1'
implementation("com.github.spotbugs:spotbugs-ant:4.0.1")
libraryDependencies += "com.github.spotbugs" % "spotbugs-ant" % "4.0.1"
<dependency org="com.github.spotbugs" name="spotbugs-ant" rev="4.0.1"/>
@Grapes(
    @Grab(group='com.github.spotbugs', module='spotbugs-ant', version='4.0.1')
)
[com.github.spotbugs/spotbugs-ant "4.0.1"]
'com.github.spotbugs:spotbugs-ant:4.0.1'