Download coreplugin-1.2.0.jar file - Jar c

Jar examples for c:coreplugin

Description

Core plugin supports the FindBugs tool

You can download jar file coreplugin 1.2.0 in this page.

License

GNU Lesser Public License

Build File

You can use the following script to add coreplugin-1.2.0.jar to your project.

<dependency>
   <groupId>net.sourceforge.findbugs</groupId>
   <artifactId>coreplugin</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'net.sourceforge.findbugs', name: 'coreplugin', version: '1.2.0'
libraryDependencies += "net.sourceforge.findbugs" % "coreplugin" % "1.2.0"
<dependency org="net.sourceforge.findbugs" name="coreplugin" rev="1.2.0"/>
@Grapes(@Grab(group='net.sourceforge.findbugs', module='coreplugin', version='1.2.0'))
'net.sourceforge.findbugs:coreplugin:jar:1.2.0'

Download

Click the following link to download the jar file.

coreplugin-1.2.0.jar
coreplugin-1.2.0.pom



Related Tutorials