MVN

com.h3xstream.findsecbugs : findsecbugs-plugin

Maven & Gradle

Apr 06, 2022
44 usages
1.7k stars

OWASP Find Security Bugs Plugin · Core module of the project. It include all the SpotBugs detectors. The resulting jar is the published plugin.

<dependency>
    <groupId>com.h3xstream.findsecbugs</groupId>
    <artifactId>findsecbugs-plugin</artifactId>
    <version>1.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.h3xstream.findsecbugs : findsecbugs-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.0

All Versions

Choose a version of com.h3xstream.findsecbugs : findsecbugs-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
findsecbugs-plugin-1.12.0
1.11.x
findsecbugs-plugin-1.11.0
1.10.x
findsecbugs-plugin-1.10.1
findsecbugs-plugin-1.10.0
1.9.x
findsecbugs-plugin-1.9.0
1.8.x
findsecbugs-plugin-1.8.0
1.7.x
findsecbugs-plugin-1.7.1
findsecbugs-plugin-1.7.0
1.6.x
findsecbugs-plugin-1.6.0
1.5.x
findsecbugs-plugin-1.5.0
1.4.x
findsecbugs-plugin-1.4.6
findsecbugs-plugin-1.4.5
findsecbugs-plugin-1.4.4
findsecbugs-plugin-1.4.3
findsecbugs-plugin-1.4.2
findsecbugs-plugin-1.4.1
findsecbugs-plugin-1.4.0
1.3.x
findsecbugs-plugin-1.3.1
findsecbugs-plugin-1.3.0
1.2.x
findsecbugs-plugin-1.2.1
findsecbugs-plugin-1.2.0

How to add a dependency to Maven

Add the following com.h3xstream.findsecbugs : findsecbugs-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.h3xstream.findsecbugs</groupId>
    <artifactId>findsecbugs-plugin</artifactId>
    <version>1.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.h3xstream.findsecbugs : findsecbugs-plugin gradle dependency to your build.gradle file:

implementation 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0'

Gradle Kotlin DSL: Add the following com.h3xstream.findsecbugs : findsecbugs-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.h3xstream.findsecbugs : findsecbugs-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.h3xstream.findsecbugs" % "findsecbugs-plugin" % "1.12.0"