MVN

org.glassfish.findbugs : detectors

Maven & Gradle

Jan 29, 2015

GlassFish FindBugs Custom Detectors. · GlassFish FindBugs custom detectors.

<dependency>
    <groupId>org.glassfish.findbugs</groupId>
    <artifactId>detectors</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.findbugs : detectors to add to Maven - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of org.glassfish.findbugs : detectors to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7
detectors-1.7
1.6
detectors-1.6
1.5
detectors-1.5
1.4
detectors-1.4
1.3
detectors-1.3
1.2
detectors-1.2
1.1
detectors-1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.glassfish.findbugs</groupId>
    <artifactId>detectors</artifactId>
    <version>1.7</version>
</dependency>