MVN

org.opendaylight.odlparent : bcutil-framework-ext

Maven & Gradle

Jun 25, 2023
3 usages

ODL :: odlparent :: bcutil-framework-ext

<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>bcutil-framework-ext</artifactId>
    <version>13.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 13.0.3

All Versions

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

Version Vulnerabilities Updated
13.0.x
bcutil-framework-ext-13.0.3
bcutil-framework-ext-13.0.2
bcutil-framework-ext-13.0.1
bcutil-framework-ext-13.0.0
12.0.x
bcutil-framework-ext-12.0.6
bcutil-framework-ext-12.0.5
bcutil-framework-ext-12.0.4
bcutil-framework-ext-12.0.3
bcutil-framework-ext-12.0.2
bcutil-framework-ext-12.0.1
bcutil-framework-ext-12.0.0
11.0.x
bcutil-framework-ext-11.0.6
bcutil-framework-ext-11.0.5
bcutil-framework-ext-11.0.4
bcutil-framework-ext-11.0.3
bcutil-framework-ext-11.0.2
bcutil-framework-ext-11.0.1
bcutil-framework-ext-11.0.0
10.0.x
bcutil-framework-ext-10.0.6
bcutil-framework-ext-10.0.5
bcutil-framework-ext-10.0.4
bcutil-framework-ext-10.0.3
bcutil-framework-ext-10.0.2
bcutil-framework-ext-10.0.1
bcutil-framework-ext-10.0.0
9.0.x
bcutil-framework-ext-9.0.16
bcutil-framework-ext-9.0.15
bcutil-framework-ext-9.0.14
bcutil-framework-ext-9.0.13
bcutil-framework-ext-9.0.12
bcutil-framework-ext-9.0.11
bcutil-framework-ext-9.0.10
bcutil-framework-ext-9.0.9
bcutil-framework-ext-9.0.8
bcutil-framework-ext-9.0.7
bcutil-framework-ext-9.0.6
bcutil-framework-ext-9.0.5
bcutil-framework-ext-9.0.4
8.1.x
bcutil-framework-ext-8.1.9
bcutil-framework-ext-8.1.8
bcutil-framework-ext-8.1.7
bcutil-framework-ext-8.1.6
bcutil-framework-ext-8.1.5
bcutil-framework-ext-8.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>bcutil-framework-ext</artifactId>
    <version>13.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.odlparent : bcutil-framework-ext gradle dependency to your build.gradle file:

implementation 'org.opendaylight.odlparent:bcutil-framework-ext:13.0.3'

Gradle Kotlin DSL: Add the following org.opendaylight.odlparent : bcutil-framework-ext gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.odlparent:bcutil-framework-ext:13.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.odlparent : bcutil-framework-ext sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.odlparent" % "bcutil-framework-ext" % "13.0.3"

Advertisement