MVN

org.opendaylight.bgpcep : graph-api

Maven & Gradle

Aug 07, 2023

graph-api · Graph Network Topology API

<dependency>
    <groupId>org.opendaylight.bgpcep</groupId>
    <artifactId>graph-api</artifactId>
    <version>0.20.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.bgpcep : graph-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20.1

All Versions

Choose a version of org.opendaylight.bgpcep : graph-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20.x
graph-api-0.20.1
graph-api-0.20.0
0.19.x
graph-api-0.19.6
graph-api-0.19.5
graph-api-0.19.4
graph-api-0.19.3
graph-api-0.19.2
graph-api-0.19.1
graph-api-0.19.0
0.18.x
graph-api-0.18.8
graph-api-0.18.7
graph-api-0.18.6
graph-api-0.18.5
graph-api-0.18.4
graph-api-0.18.3
graph-api-0.18.2
graph-api-0.18.1
graph-api-0.18.0
0.17.x
graph-api-0.17.10
graph-api-0.17.9
graph-api-0.17.8
graph-api-0.17.7
graph-api-0.17.6
graph-api-0.17.5
graph-api-0.17.4
graph-api-0.17.3
graph-api-0.17.2
graph-api-0.17.1
graph-api-0.17.0
0.16.x
graph-api-0.16.16
graph-api-0.16.15
graph-api-0.16.14
graph-api-0.16.13
graph-api-0.16.12
graph-api-0.16.11
graph-api-0.16.10
graph-api-0.16.9
graph-api-0.16.8
graph-api-0.16.7
graph-api-0.16.6
graph-api-0.16.5
graph-api-0.16.4
graph-api-0.16.3
graph-api-0.16.2
graph-api-0.16.1
graph-api-0.16.0
0.15.x
graph-api-0.15.4
graph-api-0.15.3
graph-api-0.15.2
graph-api-0.15.1
graph-api-0.15.0
0.14.x
graph-api-0.14.4
graph-api-0.14.3
graph-api-0.14.2
graph-api-0.14.1
graph-api-0.14.0
0.13.x
graph-api-0.13.3
graph-api-0.13.2
graph-api-0.13.1
graph-api-0.13.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opendaylight.bgpcep</groupId>
    <artifactId>graph-api</artifactId>
    <version>0.20.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.bgpcep : graph-api gradle dependency to your build.gradle file:

implementation 'org.opendaylight.bgpcep:graph-api:0.20.1'

Gradle Kotlin DSL: Add the following org.opendaylight.bgpcep : graph-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.bgpcep:graph-api:0.20.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.bgpcep : graph-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.bgpcep" % "graph-api" % "0.20.1"