Files download
File Operation
maven-findbugs-plugin-1.4.jar download
maven-findbugs-plugin-1.4.pom download
Apache Maven
<dependency>
  <groupId>maven-plugins</groupId>
  <artifactId>maven-findbugs-plugin</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'maven-plugins:maven-findbugs-plugin:1.4'
Gradle Kotlin
implementation("maven-plugins:maven-findbugs-plugin:1.4")
Scala SBT
libraryDependencies += "maven-plugins" % "maven-findbugs-plugin" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='maven-plugins', module='maven-findbugs-plugin', version='1.4')
)
Apache Ivy
<dependency org="maven-plugins" name="maven-findbugs-plugin" rev="1.4" />
Leiningen
[maven-plugins/maven-findbugs-plugin "1.4"]
Apache Buildr
'maven-plugins:maven-findbugs-plugin:jar:1.4'