c

concepts

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