MVN

org.opendaylight.vpnservice : model-bgp

Maven & Gradle

Oct 21, 2016
1 usages

model-bgp

<dependency>
    <groupId>org.opendaylight.vpnservice</groupId>
    <artifactId>model-bgp</artifactId>
    <version>2013.07.15.8.4-Beryllium-SR4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.vpnservice : model-bgp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2013.07.15.8.4-Beryllium-SR4

All Versions

Choose a version of org.opendaylight.vpnservice : model-bgp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2013.07.x
model-bgp-2013.07.15.8.4-Beryllium-SR4
model-bgp-2013.07.15.8.3-Beryllium-SR3
model-bgp-2013.07.15.8.2-Beryllium-SR2
model-bgp-2013.07.15.8.1-Beryllium-SR1
model-bgp-2013.07.15.7.4-Lithium-SR4
model-bgp-2013.07.15.8-Beryllium
model-bgp-2013.07.15.7.3-Lithium-SR3
model-bgp-2013.07.15.7.2-Lithium-SR2
model-bgp-2013.07.15.7.1-Lithium-SR1
model-bgp-2013.07.15.7-Lithium

How to add a dependency to Maven

Add the following org.opendaylight.vpnservice : model-bgp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.vpnservice</groupId>
    <artifactId>model-bgp</artifactId>
    <version>2013.07.15.8.4-Beryllium-SR4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.vpnservice : model-bgp gradle dependency to your build.gradle file:

implementation 'org.opendaylight.vpnservice:model-bgp:2013.07.15.8.4-Beryllium-SR4'

Gradle Kotlin DSL: Add the following org.opendaylight.vpnservice : model-bgp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.vpnservice:model-bgp:2013.07.15.8.4-Beryllium-SR4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.vpnservice : model-bgp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.vpnservice" % "model-bgp" % "2013.07.15.8.4-Beryllium-SR4"