MVN

de.tum.ei.lkn.eces : sbi

Maven & Gradle

Jan 12, 2021
0 stars

Southbound interface (SBI) of the OpenFlow 1.0 network controller of Chameleon (ACM CoNEXT 2020) using the ECES framework. The module does topology discovery and creates the network using the ECES network library. The module also listens to events from the tenant manager ECES library and automatically configures rules in the data plane when flows are created.

<dependency>
    <groupId>de.tum.ei.lkn.eces</groupId>
    <artifactId>sbi</artifactId>
    <version>1.1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.tum.ei.lkn.eces : sbi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.13

All Versions

Choose a version of de.tum.ei.lkn.eces : sbi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
sbi-1.1.13

How to add a dependency to Maven

Add the following de.tum.ei.lkn.eces : sbi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.tum.ei.lkn.eces</groupId>
    <artifactId>sbi</artifactId>
    <version>1.1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.tum.ei.lkn.eces : sbi gradle dependency to your build.gradle file:

implementation 'de.tum.ei.lkn.eces:sbi:1.1.13'

Gradle Kotlin DSL: Add the following de.tum.ei.lkn.eces : sbi gradle kotlin dependency to your build.gradle.kts file:

implementation("de.tum.ei.lkn.eces:sbi:1.1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.tum.ei.lkn.eces : sbi sbt scala dependency to your build.sbt file:

libraryDependencies += "de.tum.ei.lkn.eces" % "sbi" % "1.1.13"

Advertisement

Dependencies from Group

Jan 03, 2021
8 usages
0 stars
Jan 03, 2021
6 usages
5 stars
Jan 03, 2021
6 usages
0 stars
Jan 03, 2021
4 usages
0 stars
dnm
Jan 09, 2021
4 usages
3 stars

Discover Dependencies