MVN

org.opendaylight.odlparent : spotbugs

Maven & Gradle

Jun 25, 2023

ODL :: odlparent :: spotbugs

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

Latest Version

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

  • Latest Stable: 13.0.3

All Versions

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

Version Vulnerabilities Updated
13.0.x
spotbugs-13.0.3
spotbugs-13.0.2
spotbugs-13.0.1
spotbugs-13.0.0
12.0.x
spotbugs-12.0.6
spotbugs-12.0.5
spotbugs-12.0.4
spotbugs-12.0.3
spotbugs-12.0.2
spotbugs-12.0.1
spotbugs-12.0.0
11.0.x
spotbugs-11.0.6
spotbugs-11.0.5
spotbugs-11.0.4
spotbugs-11.0.3
spotbugs-11.0.2
spotbugs-11.0.1
spotbugs-11.0.0
10.0.x
spotbugs-10.0.6
spotbugs-10.0.5
spotbugs-10.0.4
spotbugs-10.0.3
spotbugs-10.0.2
spotbugs-10.0.1
spotbugs-10.0.0
9.0.x
spotbugs-9.0.16
spotbugs-9.0.15
spotbugs-9.0.14
spotbugs-9.0.13
spotbugs-9.0.12
spotbugs-9.0.11
spotbugs-9.0.10
spotbugs-9.0.9
spotbugs-9.0.8
spotbugs-9.0.7
spotbugs-9.0.6
spotbugs-9.0.5
spotbugs-9.0.4
spotbugs-9.0.3
spotbugs-9.0.2
spotbugs-9.0.1
spotbugs-9.0.0
8.1.x
spotbugs-8.1.9
spotbugs-8.1.8
spotbugs-8.1.7
spotbugs-8.1.6
spotbugs-8.1.5
spotbugs-8.1.4
spotbugs-8.1.3
spotbugs-8.1.2
spotbugs-8.1.1
spotbugs-8.1.0
8.0.x
spotbugs-8.0.3
spotbugs-8.0.2
spotbugs-8.0.1
spotbugs-8.0.0
7.0.x
spotbugs-7.0.11
spotbugs-7.0.10
spotbugs-7.0.9
spotbugs-7.0.8
spotbugs-7.0.7
spotbugs-7.0.6
spotbugs-7.0.5
spotbugs-7.0.4
spotbugs-7.0.3
spotbugs-7.0.2
spotbugs-7.0.1
spotbugs-7.0.0
6.0.x
spotbugs-6.0.13
spotbugs-6.0.12
spotbugs-6.0.11
spotbugs-6.0.10
spotbugs-6.0.9
spotbugs-6.0.8
spotbugs-6.0.7
spotbugs-6.0.6
spotbugs-6.0.5
spotbugs-6.0.4
spotbugs-6.0.3
spotbugs-6.0.2
spotbugs-6.0.1
spotbugs-6.0.0
5.0.x
spotbugs-5.0.11
spotbugs-5.0.10
spotbugs-5.0.9
spotbugs-5.0.8
spotbugs-5.0.7
spotbugs-5.0.6
spotbugs-5.0.5
spotbugs-5.0.4
spotbugs-5.0.3
spotbugs-5.0.2
spotbugs-5.0.1
spotbugs-5.0.0
4.0.x
spotbugs-4.0.15
spotbugs-4.0.14
spotbugs-4.0.13
spotbugs-4.0.12
spotbugs-4.0.11
spotbugs-4.0.10
spotbugs-4.0.9
spotbugs-4.0.8
spotbugs-4.0.7
spotbugs-4.0.6
spotbugs-4.0.5
spotbugs-4.0.4
spotbugs-4.0.3
spotbugs-4.0.2
spotbugs-4.0.1
spotbugs-4.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>spotbugs</artifactId>
    <version>13.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.opendaylight.odlparent:spotbugs:13.0.3'

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

implementation("org.opendaylight.odlparent:spotbugs:13.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.opendaylight.odlparent" % "spotbugs" % "13.0.3"

Advertisement