MVN

org.opendaylight.controller.samples : sample-toaster

Maven & Gradle

Jul 26, 2023
9 usages
<dependency>
    <groupId>org.opendaylight.controller.samples</groupId>
    <artifactId>sample-toaster</artifactId>
    <version>7.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.controller.samples : sample-toaster to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.9

All Versions

Choose a version of org.opendaylight.controller.samples : sample-toaster to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
sample-toaster-8.0.0
7.0.x
sample-toaster-7.0.9
sample-toaster-7.0.8
sample-toaster-7.0.7
sample-toaster-7.0.6
sample-toaster-7.0.5
sample-toaster-7.0.4
sample-toaster-7.0.3
sample-toaster-7.0.2
sample-toaster-7.0.1
sample-toaster-7.0.0
6.0.x
sample-toaster-6.0.9
sample-toaster-6.0.8
sample-toaster-6.0.7
sample-toaster-6.0.6
sample-toaster-6.0.5
sample-toaster-6.0.4
sample-toaster-6.0.3
sample-toaster-6.0.2
sample-toaster-6.0.1
sample-toaster-6.0.0
5.0.x
sample-toaster-5.0.9
sample-toaster-5.0.8
sample-toaster-5.0.7
sample-toaster-5.0.6
sample-toaster-5.0.5
sample-toaster-5.0.4
sample-toaster-5.0.3
sample-toaster-5.0.2
sample-toaster-5.0.1
sample-toaster-5.0.0
4.0.x
sample-toaster-4.0.13
sample-toaster-4.0.12
sample-toaster-4.0.11
sample-toaster-4.0.10
sample-toaster-4.0.9
sample-toaster-4.0.8
sample-toaster-4.0.7
sample-toaster-4.0.6
sample-toaster-4.0.5
sample-toaster-4.0.4
sample-toaster-4.0.3
sample-toaster-4.0.2
sample-toaster-4.0.1
sample-toaster-4.0.0
3.0.x
sample-toaster-3.0.16
sample-toaster-3.0.15
sample-toaster-3.0.14
sample-toaster-3.0.13
sample-toaster-3.0.12
sample-toaster-3.0.11
sample-toaster-3.0.10
sample-toaster-3.0.9
sample-toaster-3.0.8
sample-toaster-3.0.7
sample-toaster-3.0.6
sample-toaster-3.0.5
sample-toaster-3.0.4
sample-toaster-3.0.3
sample-toaster-3.0.2
sample-toaster-3.0.1
sample-toaster-3.0.0
2.0.x
sample-toaster-2.0.10
sample-toaster-2.0.9
sample-toaster-2.0.8
sample-toaster-2.0.7
sample-toaster-2.0.6
sample-toaster-2.0.5
sample-toaster-2.0.4
sample-toaster-2.0.3
sample-toaster-2.0.2
sample-toaster-2.0.1
sample-toaster-2.0.0
1.11.x
sample-toaster-1.11.3
sample-toaster-1.11.2
sample-toaster-1.11.1
sample-toaster-1.11.0
1.10.x
sample-toaster-1.10.4
sample-toaster-1.10.3
sample-toaster-1.10.2
sample-toaster-1.10.1
sample-toaster-1.10.0
1.9.x
sample-toaster-1.9.3
sample-toaster-1.9.2
sample-toaster-1.9.1
sample-toaster-1.9.0
1.8.x
sample-toaster-1.8.3
sample-toaster-1.8.2
sample-toaster-1.8.1
sample-toaster-1.8.0
1.7.x
sample-toaster-1.7.4
sample-toaster-1.7.3
sample-toaster-1.7.2
sample-toaster-1.7.1
sample-toaster-1.7.0
1.6.x
sample-toaster-1.6.3
sample-toaster-1.6.2
sample-toaster-1.6.1
sample-toaster-1.6.0
1.5.x
sample-toaster-1.5.4-Carbon
sample-toaster-1.5.3-Carbon
sample-toaster-1.5.2-Carbon
sample-toaster-1.5.1-Carbon
sample-toaster-1.5.0-Carbon
1.4.x
sample-toaster-1.4.4-Boron-SR4
sample-toaster-1.4.3-Boron-SR3
sample-toaster-1.4.2-Boron-SR2
sample-toaster-1.4.1-Boron-SR1
sample-toaster-1.4.0-Boron
1.3.x
sample-toaster-1.3.4-Beryllium-SR4
sample-toaster-1.3.3-Beryllium-SR3
sample-toaster-1.3.2-Beryllium-SR2
sample-toaster-1.3.1-Beryllium-SR1
sample-toaster-1.3.0-Beryllium
1.2.x
sample-toaster-1.2.4-Lithium-SR4
sample-toaster-1.2.3-Lithium-SR3
sample-toaster-1.2.2-Lithium-SR2
sample-toaster-1.2.1-Lithium-SR1
sample-toaster-1.2.0-Lithium
1.1.x
sample-toaster-1.1.4-Helium-SR4
sample-toaster-1.1.3-Helium-SR3
sample-toaster-1.1.2-Helium-SR2
sample-toaster-1.1.1-Helium-SR1.1
sample-toaster-1.1.1-Helium-SR1
1.1
sample-toaster-1.1-Helium
1.0
sample-toaster-1.0

How to add a dependency to Maven

Add the following org.opendaylight.controller.samples : sample-toaster maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.controller.samples</groupId>
    <artifactId>sample-toaster</artifactId>
    <version>7.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.controller.samples : sample-toaster gradle dependency to your build.gradle file:

implementation 'org.opendaylight.controller.samples:sample-toaster:7.0.9'

Gradle Kotlin DSL: Add the following org.opendaylight.controller.samples : sample-toaster gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.controller.samples:sample-toaster:7.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.controller.samples : sample-toaster sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.controller.samples" % "sample-toaster" % "7.0.9"