s

spotbugs-maven-plugin

This Plug-In generates reports based on the SpotBugs Library
https://spotbugs.github.io/spotbugs-maven-plugin/
Apache 2.0
Cyrill Ruettimann Garvin LeClaire
文件下载
文件名 操作
spotbugs-maven-plugin-3.1.2.jar 下载
spotbugs-maven-plugin-3.1.2.pom 下载
spotbugs-maven-plugin-3.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.spotbugs</groupId>
  <artifactId>spotbugs-maven-plugin</artifactId>
  <version>3.1.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.spotbugs:spotbugs-maven-plugin:3.1.2'
Gradle Kotlin
implementation("com.github.spotbugs:spotbugs-maven-plugin:3.1.2")
Scala SBT
libraryDependencies += "com.github.spotbugs" % "spotbugs-maven-plugin" % "3.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spotbugs', module='spotbugs-maven-plugin', version='3.1.2')
)
Apache Ivy
<dependency org="com.github.spotbugs" name="spotbugs-maven-plugin" rev="3.1.2" />
Leiningen
[com.github.spotbugs/spotbugs-maven-plugin "3.1.2"]
Apache Buildr
'com.github.spotbugs:spotbugs-maven-plugin:jar:3.1.2'