MVN

io.lighty.modules.gnmi.southbound : lighty-gnmi-sb

Maven & Gradle

Feb 02, 2023
2 usages
85 stars
<dependency>
    <groupId>io.lighty.modules.gnmi.southbound</groupId>
    <artifactId>lighty-gnmi-sb</artifactId>
    <version>17.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 17.2.0

All Versions

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

  • Version Updated
  • lighty-gnmi-sb-17.2.0

    Feb 02, 2023
  • lighty-gnmi-sb-17.1.0

    Jan 10, 2023
  • lighty-gnmi-sb-16.3.0

    Dec 15, 2022
  • lighty-gnmi-sb-15.4.0

    Nov 14, 2022
  • lighty-gnmi-sb-17.0.0

    Oct 18, 2022
  • lighty-gnmi-sb-16.2.0

    Sep 21, 2022
  • lighty-gnmi-sb-16.1.1

    Sep 14, 2022
  • lighty-gnmi-sb-16.1.0

    Jul 11, 2022
  • lighty-gnmi-sb-15.3.0

    Jun 07, 2022
  • lighty-gnmi-sb-16.0.0

    May 06, 2022
  • lighty-gnmi-sb-15.2.0

    Mar 01, 2022
  • lighty-gnmi-sb-14.4.0

    Mar 01, 2022
  • lighty-gnmi-sb-14.3.0

    Dec 01, 2021
  • lighty-gnmi-sb-15.1.0

    Nov 30, 2021
  • lighty-gnmi-sb-15.0.0

    Oct 18, 2021
  • lighty-gnmi-sb-14.2.1

    Sep 10, 2021
  • lighty-gnmi-sb-14.2.0

    Aug 27, 2021
  • lighty-gnmi-sb-14.1.0

    Aug 13, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>io.lighty.modules.gnmi.southbound</groupId>
    <artifactId>lighty-gnmi-sb</artifactId>
    <version>17.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.lighty.modules.gnmi.southbound:lighty-gnmi-sb:17.2.0'

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

implementation("io.lighty.modules.gnmi.southbound:lighty-gnmi-sb:17.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.lighty.modules.gnmi.southbound" % "lighty-gnmi-sb" % "17.2.0"