MVN

org.opendaylight.netconf : ietf-netconf-notifications

Maven & Gradle

Mar 27, 2023
7 usages

ietf-netconf-notifications

<dependency>
    <groupId>org.opendaylight.netconf</groupId>
    <artifactId>ietf-netconf-notifications</artifactId>
    <version>3.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.netconf : ietf-netconf-notifications to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.9

All Versions

Choose a version of org.opendaylight.netconf : ietf-netconf-notifications to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
ietf-netconf-notifications-3.0.9
ietf-netconf-notifications-3.0.8
ietf-netconf-notifications-3.0.7
ietf-netconf-notifications-3.0.6
ietf-netconf-notifications-3.0.5
ietf-netconf-notifications-3.0.4
ietf-netconf-notifications-3.0.3
ietf-netconf-notifications-3.0.2
ietf-netconf-notifications-3.0.1
ietf-netconf-notifications-3.0.0
2.0.x
ietf-netconf-notifications-2.0.17
ietf-netconf-notifications-2.0.16
ietf-netconf-notifications-2.0.15
ietf-netconf-notifications-2.0.14
ietf-netconf-notifications-2.0.13
ietf-netconf-notifications-2.0.12
ietf-netconf-notifications-2.0.11
ietf-netconf-notifications-2.0.10
ietf-netconf-notifications-2.0.9
ietf-netconf-notifications-2.0.8
ietf-netconf-notifications-2.0.7
ietf-netconf-notifications-2.0.6
ietf-netconf-notifications-2.0.5
ietf-netconf-notifications-2.0.4
ietf-netconf-notifications-2.0.3
ietf-netconf-notifications-2.0.2
ietf-netconf-notifications-2.0.1
ietf-netconf-notifications-2.0.0
1.13.x
ietf-netconf-notifications-1.13.8
ietf-netconf-notifications-1.13.7
ietf-netconf-notifications-1.13.6
ietf-netconf-notifications-1.13.5
ietf-netconf-notifications-1.13.4
ietf-netconf-notifications-1.13.3
ietf-netconf-notifications-1.13.2
ietf-netconf-notifications-1.13.1
ietf-netconf-notifications-1.13.0
1.9.x
ietf-netconf-notifications-1.9.4
ietf-netconf-notifications-1.9.3
ietf-netconf-notifications-1.9.2
ietf-netconf-notifications-1.9.1
ietf-netconf-notifications-1.9.0
1.8.x
ietf-netconf-notifications-1.8.3
ietf-netconf-notifications-1.8.2
ietf-netconf-notifications-1.8.1
ietf-netconf-notifications-1.8.0
1.7.x
ietf-netconf-notifications-1.7.4.3
ietf-netconf-notifications-1.7.4.2
ietf-netconf-notifications-1.7.4.1
ietf-netconf-notifications-1.7.4
ietf-netconf-notifications-1.7.3
ietf-netconf-notifications-1.7.2
ietf-netconf-notifications-1.7.1
ietf-netconf-notifications-1.7.0
1.6.x
ietf-netconf-notifications-1.6.3
ietf-netconf-notifications-1.6.2
ietf-netconf-notifications-1.6.1
ietf-netconf-notifications-1.6.0
1.5.x
ietf-netconf-notifications-1.5.3
ietf-netconf-notifications-1.5.2
ietf-netconf-notifications-1.5.1
ietf-netconf-notifications-1.5.0
1.4.x
ietf-netconf-notifications-1.4.4
ietf-netconf-notifications-1.4.3
ietf-netconf-notifications-1.4.2
ietf-netconf-notifications-1.4.1
ietf-netconf-notifications-1.4.0
1.3.x
ietf-netconf-notifications-1.3.3
ietf-netconf-notifications-1.3.2
ietf-netconf-notifications-1.3.1
ietf-netconf-notifications-1.3.0
1.2.x
ietf-netconf-notifications-1.2.4-Carbon
ietf-netconf-notifications-1.2.3-Carbon
ietf-netconf-notifications-1.2.2-Carbon
ietf-netconf-notifications-1.2.1-Carbon
ietf-netconf-notifications-1.2.0-Carbon
1.1.x
ietf-netconf-notifications-1.1.4-Boron-SR4
ietf-netconf-notifications-1.1.3-Boron-SR3
ietf-netconf-notifications-1.1.2-Boron-SR2
ietf-netconf-notifications-1.1.1-Boron-SR1
ietf-netconf-notifications-1.1.0-Boron
1.0.x
ietf-netconf-notifications-1.0.4-Beryllium-SR4
ietf-netconf-notifications-1.0.3-Beryllium-SR3
ietf-netconf-notifications-1.0.2-Beryllium-SR2
ietf-netconf-notifications-1.0.1-Beryllium-SR1
ietf-netconf-notifications-1.0.0-Beryllium

How to add a dependency to Maven

Add the following org.opendaylight.netconf : ietf-netconf-notifications maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.netconf</groupId>
    <artifactId>ietf-netconf-notifications</artifactId>
    <version>3.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.netconf : ietf-netconf-notifications gradle dependency to your build.gradle file:

implementation 'org.opendaylight.netconf:ietf-netconf-notifications:3.0.9'

Gradle Kotlin DSL: Add the following org.opendaylight.netconf : ietf-netconf-notifications gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.netconf:ietf-netconf-notifications:3.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.netconf : ietf-netconf-notifications sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.netconf" % "ietf-netconf-notifications" % "3.0.9"