is not current version
Last Version 4.7.1

com.github.spotbugs:spotbugs 4.0.0-beta5

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.0-beta5
Type

Type

jar

Download spotbugs 4.0.0-beta5


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