GroupId | GroupIdfindbugs |
---|---|
ArtifactId | ArtifactIdcoreplugin |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCore plugin supports the FindBugs tool
|
Project URL |
Project URL |
Filename | Size |
---|---|
coreplugin-1.0.0.pom | |
coreplugin-1.0.0.jar | 474 KB |
Browse |
<!-- https://jarcasting.com/artifacts/findbugs/coreplugin/ -->
<dependency>
<groupId>findbugs</groupId>
<artifactId>coreplugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/findbugs/coreplugin/
implementation 'findbugs:coreplugin:1.0.0'
// https://jarcasting.com/artifacts/findbugs/coreplugin/
implementation ("findbugs:coreplugin:1.0.0")
'findbugs:coreplugin:jar:1.0.0'
<dependency org="findbugs" name="coreplugin" rev="1.0.0">
<artifact name="coreplugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='findbugs', module='coreplugin', version='1.0.0')
)
libraryDependencies += "findbugs" % "coreplugin" % "1.0.0"
[findbugs/coreplugin "1.0.0"]