Group Id com.github.spotbugs
Artifact Id spotbugs-maven-plugin
Version 3.1.9
Packaging jar
URL -
Badge
Last Updated 2018-12-01T17:09:57+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-maven-plugin</artifactId>
    <version>3.1.9</version>
</dependency>
implementation group: 'com.github.spotbugs', name: 'spotbugs-maven-plugin', version: '3.1.9'
implementation 'com.github.spotbugs:spotbugs-maven-plugin:3.1.9'
implementation("com.github.spotbugs:spotbugs-maven-plugin:3.1.9")
libraryDependencies += "com.github.spotbugs" % "spotbugs-maven-plugin" % "3.1.9"
<dependency org="com.github.spotbugs" name="spotbugs-maven-plugin" rev="3.1.9"/>
@Grapes(
    @Grab(group='com.github.spotbugs', module='spotbugs-maven-plugin', version='3.1.9')
)
[com.github.spotbugs/spotbugs-maven-plugin "3.1.9"]
'com.github.spotbugs:spotbugs-maven-plugin:3.1.9'