Group Id com.github.spotbugs
Artifact Id spotbugs
Version 3.1.9
Packaging jar
URL -
Badge
Last Updated 2018-11-22T18:17:42+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</artifactId>
    <version>3.1.9</version>
</dependency>
implementation group: 'com.github.spotbugs', name: 'spotbugs', version: '3.1.9'
implementation 'com.github.spotbugs:spotbugs:3.1.9'
implementation("com.github.spotbugs:spotbugs:3.1.9")
libraryDependencies += "com.github.spotbugs" % "spotbugs" % "3.1.9"
<dependency org="com.github.spotbugs" name="spotbugs" rev="3.1.9"/>
@Grapes(
    @Grab(group='com.github.spotbugs', module='spotbugs', version='3.1.9')
)
[com.github.spotbugs/spotbugs "3.1.9"]
'com.github.spotbugs:spotbugs:3.1.9'