c

coreplugin

Core plugin supports the FindBugs tool
http://findbugs.sf.net
Files download
File Operation
coreplugin-1.1.1.jar download
coreplugin-1.1.1.pom download
Apache Maven
<dependency>
  <groupId>net.sourceforge.findbugs</groupId>
  <artifactId>coreplugin</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.findbugs:coreplugin:1.1.1'
Gradle Kotlin
implementation("net.sourceforge.findbugs:coreplugin:1.1.1")
Scala SBT
libraryDependencies += "net.sourceforge.findbugs" % "coreplugin" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.findbugs', module='coreplugin', version='1.1.1')
)
Apache Ivy
<dependency org="net.sourceforge.findbugs" name="coreplugin" rev="1.1.1" />
Leiningen
[net.sourceforge.findbugs/coreplugin "1.1.1"]
Apache Buildr
'net.sourceforge.findbugs:coreplugin:jar:1.1.1'
Dependencies
The project has no third-party dependencies