c

concepts

Basic protocol concepts
Files download
File Operation
concepts-0.16.11.jar download
concepts-0.16.11.pom download
concepts-0.16.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.bgpcep</groupId>
  <artifactId>concepts</artifactId>
  <version>0.16.11</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.bgpcep:concepts:0.16.11'
Gradle Kotlin
implementation("org.opendaylight.bgpcep:concepts:0.16.11")
Scala SBT
libraryDependencies += "org.opendaylight.bgpcep" % "concepts" % "0.16.11"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.bgpcep', module='concepts', version='0.16.11')
)
Apache Ivy
<dependency org="org.opendaylight.bgpcep" name="concepts" rev="0.16.11" />
Leiningen
[org.opendaylight.bgpcep/concepts "0.16.11"]
Apache Buildr
'org.opendaylight.bgpcep:concepts:jar:0.16.11'