c

coreplugin

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