MVN

io.lighty.modules : lighty-openflow-sb

Maven & Gradle

Mar 01, 2022
1 usages
85 stars
<dependency>
    <groupId>io.lighty.modules</groupId>
    <artifactId>lighty-openflow-sb</artifactId>
    <version>14.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.lighty.modules : lighty-openflow-sb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.4.0

All Versions

Choose a version of io.lighty.modules : lighty-openflow-sb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.4.x
lighty-openflow-sb-14.4.0
14.3.x
lighty-openflow-sb-14.3.0
14.2.x
lighty-openflow-sb-14.2.1
lighty-openflow-sb-14.2.0
14.1.x
lighty-openflow-sb-14.1.0
14.0.x
lighty-openflow-sb-14.0.0
13.4.x
lighty-openflow-sb-13.4.0
13.3.x
lighty-openflow-sb-13.3.0
13.2.x
lighty-openflow-sb-13.2.1
lighty-openflow-sb-13.2.0
13.1.x
lighty-openflow-sb-13.1.0
13.0.x
lighty-openflow-sb-13.0.1
lighty-openflow-sb-13.0.0
12.3.x
lighty-openflow-sb-12.3.0
12.2.x
lighty-openflow-sb-12.2.2
lighty-openflow-sb-12.2.1
lighty-openflow-sb-12.2.0
12.1.x
lighty-openflow-sb-12.1.1
lighty-openflow-sb-12.1.0
12.0.x
lighty-openflow-sb-12.0.1
lighty-openflow-sb-12.0.0
11.4.x
lighty-openflow-sb-11.4.1
lighty-openflow-sb-11.4.0
11.3.x
lighty-openflow-sb-11.3.2
lighty-openflow-sb-11.3.1
lighty-openflow-sb-11.3.0
11.2.x
lighty-openflow-sb-11.2.2
lighty-openflow-sb-11.2.1
lighty-openflow-sb-11.2.0
11.1.x
lighty-openflow-sb-11.1.1
lighty-openflow-sb-11.1.0
11.0.x
lighty-openflow-sb-11.0.1
lighty-openflow-sb-11.0.0
10.3.x
lighty-openflow-sb-10.3.1
lighty-openflow-sb-10.3.0
10.2.x
lighty-openflow-sb-10.2.1
lighty-openflow-sb-10.2.0
10.1.x
lighty-openflow-sb-10.1.1
lighty-openflow-sb-10.1.0
10.0.x
lighty-openflow-sb-10.0.1
9.3.x
lighty-openflow-sb-9.3.3
lighty-openflow-sb-9.3.2
lighty-openflow-sb-9.3.1
lighty-openflow-sb-9.3.0
9.2.x
lighty-openflow-sb-9.2.3
lighty-openflow-sb-9.2.2
lighty-openflow-sb-9.2.1

How to add a dependency to Maven

Add the following io.lighty.modules : lighty-openflow-sb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.lighty.modules</groupId>
    <artifactId>lighty-openflow-sb</artifactId>
    <version>14.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.lighty.modules : lighty-openflow-sb gradle dependency to your build.gradle file:

implementation 'io.lighty.modules:lighty-openflow-sb:14.4.0'

Gradle Kotlin DSL: Add the following io.lighty.modules : lighty-openflow-sb gradle kotlin dependency to your build.gradle.kts file:

implementation("io.lighty.modules:lighty-openflow-sb:14.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.lighty.modules : lighty-openflow-sb sbt scala dependency to your build.sbt file:

libraryDependencies += "io.lighty.modules" % "lighty-openflow-sb" % "14.4.0"