MVN

org.opendaylight.odlparent : findbugs

Maven & Gradle

ODL :: odlparent :: findbugs

<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>findbugs</artifactId>
    <version>4.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.odlparent : findbugs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.15

All Versions

Choose a version of org.opendaylight.odlparent : findbugs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
findbugs-4.0.15
findbugs-4.0.14
findbugs-4.0.13
findbugs-4.0.12
findbugs-4.0.11
findbugs-4.0.10
findbugs-4.0.9
findbugs-4.0.8
findbugs-4.0.7
findbugs-4.0.6
findbugs-4.0.5
findbugs-4.0.4
findbugs-4.0.3
findbugs-4.0.2
findbugs-4.0.1
findbugs-4.0.0
3.1.x
findbugs-3.1.9
findbugs-3.1.8
findbugs-3.1.7
findbugs-3.1.6
findbugs-3.1.5
findbugs-3.1.4
findbugs-3.1.3
findbugs-3.1.2
findbugs-3.1.1
findbugs-3.1.0
3.0.x
findbugs-3.0.3
findbugs-3.0.2
findbugs-3.0.1
findbugs-3.0.0
2.0.x
findbugs-2.0.7
findbugs-2.0.6
findbugs-2.0.5
findbugs-2.0.4
findbugs-2.0.3
findbugs-2.0.2
findbugs-2.0.1
findbugs-2.0.0
1.9.x
findbugs-1.9.0
1.8.x
findbugs-1.8.4-Carbon
findbugs-1.8.3-Carbon
findbugs-1.8.2-Carbon
findbugs-1.8.1-Carbon
findbugs-1.8.0-Carbon

How to add a dependency to Maven

Add the following org.opendaylight.odlparent : findbugs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>findbugs</artifactId>
    <version>4.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.odlparent : findbugs gradle dependency to your build.gradle file:

implementation 'org.opendaylight.odlparent:findbugs:4.0.15'

Gradle Kotlin DSL: Add the following org.opendaylight.odlparent : findbugs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.odlparent:findbugs:4.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.odlparent : findbugs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.odlparent" % "findbugs" % "4.0.15"