MVN

com.h3xstream.findsecbugs : findbugs-test-util

Maven & Gradle

Mar 28, 2019
5 usages
1.7k stars

FindBugs Test Utility · Utility that could be reuse for FindBugs plugin development. Include: - Loading of the plugin. - Hamcrest Matcher to do make precise assertion

<dependency>
    <groupId>com.h3xstream.findsecbugs</groupId>
    <artifactId>findbugs-test-util</artifactId>
    <version>1.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.9.0

All Versions

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

Version Vulnerabilities Updated
1.9.x
findbugs-test-util-1.9.0
1.8.x
findbugs-test-util-1.8.0
1.7.x
findbugs-test-util-1.7.1
findbugs-test-util-1.7.0
1.6.x
findbugs-test-util-1.6.0
1.5.x
findbugs-test-util-1.5.0
1.4.x
findbugs-test-util-1.4.6
findbugs-test-util-1.4.5
findbugs-test-util-1.4.4
findbugs-test-util-1.4.3
findbugs-test-util-1.4.2
findbugs-test-util-1.4.1
findbugs-test-util-1.4.0
1.3.x
findbugs-test-util-1.3.1
findbugs-test-util-1.3.0
1.2.x
findbugs-test-util-1.2.1
findbugs-test-util-1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.h3xstream.findsecbugs</groupId>
    <artifactId>findbugs-test-util</artifactId>
    <version>1.9.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.h3xstream.findsecbugs:findbugs-test-util:1.9.0'

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

implementation("com.h3xstream.findsecbugs:findbugs-test-util:1.9.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.h3xstream.findsecbugs" % "findbugs-test-util" % "1.9.0"

Advertisement