is not current version
Last Version 4.7.1

com.github.spotbugs:spotbugs 4.0.4

SpotBugs: Because it's easy!

Categories

Categories

Spotbugs Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.spotbugs
ArtifactId

ArtifactId

spotbugs
Version

Version

4.0.4
Type

Type

pom

Download spotbugs 4.0.4


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