Group Id com.github.spotbugs
Artifact Id spotbugs
Version 4.0.0-beta5
Packaging jar
URL -
Badge
Last Updated 2020-01-14T04:27:26+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>4.0.0-beta5</version>
</dependency>
implementation group: 'com.github.spotbugs', name: 'spotbugs', version: '4.0.0-beta5'
implementation 'com.github.spotbugs:spotbugs:4.0.0-beta5'
implementation("com.github.spotbugs:spotbugs:4.0.0-beta5")
libraryDependencies += "com.github.spotbugs" % "spotbugs" % "4.0.0-beta5"
<dependency org="com.github.spotbugs" name="spotbugs" rev="4.0.0-beta5"/>
@Grapes(
    @Grab(group='com.github.spotbugs', module='spotbugs', version='4.0.0-beta5')
)
[com.github.spotbugs/spotbugs "4.0.0-beta5"]
'com.github.spotbugs:spotbugs:4.0.0-beta5'