MVN

io.lighty.modules : lighty-bgp

Maven & Gradle

Jun 23, 2023
109 stars
<dependency>
    <groupId>io.lighty.modules</groupId>
    <artifactId>lighty-bgp</artifactId>
    <version>17.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 17.3.0

All Versions

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

Version Vulnerabilities Updated
18.1.x
lighty-bgp-18.1.0
18.0.x
lighty-bgp-18.0.0
17.3.x
lighty-bgp-17.3.0
17.2.x
lighty-bgp-17.2.0
17.1.x
lighty-bgp-17.1.0
17.0.x
lighty-bgp-17.0.0
16.4.x
lighty-bgp-16.4.0
16.3.x
lighty-bgp-16.3.0
16.2.x
lighty-bgp-16.2.0
16.1.x
lighty-bgp-16.1.1
lighty-bgp-16.1.0
16.0.x
lighty-bgp-16.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.lighty.modules</groupId>
    <artifactId>lighty-bgp</artifactId>
    <version>17.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.lighty.modules:lighty-bgp:17.3.0'

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

implementation("io.lighty.modules:lighty-bgp:17.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.lighty.modules" % "lighty-bgp" % "17.3.0"

Advertisement