License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.findbugs |
ArtifactId | ArtifactIdcoreplugin |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFindBugs-Coreplugin
Core plugin supports the FindBugs tool
|
Project URL |
Project URL |
Filename | Size |
---|---|
coreplugin-1.3.2.pom | |
coreplugin-1.3.2.jar | 623 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.findbugs/coreplugin/ -->
<dependency>
<groupId>net.sourceforge.findbugs</groupId>
<artifactId>coreplugin</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.findbugs/coreplugin/
implementation 'net.sourceforge.findbugs:coreplugin:1.3.2'
// https://jarcasting.com/artifacts/net.sourceforge.findbugs/coreplugin/
implementation ("net.sourceforge.findbugs:coreplugin:1.3.2")
'net.sourceforge.findbugs:coreplugin:jar:1.3.2'
<dependency org="net.sourceforge.findbugs" name="coreplugin" rev="1.3.2">
<artifact name="coreplugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.findbugs', module='coreplugin', version='1.3.2')
)
libraryDependencies += "net.sourceforge.findbugs" % "coreplugin" % "1.3.2"
[net.sourceforge.findbugs/coreplugin "1.3.2"]