| Categories | CategoriesSpotbugs Application Testing & Monitoring Code Analysis | 
|---|---|
| GroupId | GroupIdcom.github.spotbugs | 
| ArtifactId | ArtifactIdspotbugs | 
| Version | Version4.0.0-beta5 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| spotbugs-4.0.0-beta5.pom | |
| spotbugs-4.0.0-beta5.jar | 3 MB | 
| spotbugs-4.0.0-beta5-sources.jar | 2 MB | 
| spotbugs-4.0.0-beta5-javadoc.jar | 6 MB | 
| Browse | 
<!-- 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"]