c

concepts

Basic protocol concepts
文件下载
文件名 操作
concepts-0.21.4.jar 下载
concepts-0.21.4.pom 下载
concepts-0.21.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.bgpcep</groupId>
  <artifactId>concepts</artifactId>
  <version>0.21.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.bgpcep:concepts:0.21.4'
Gradle Kotlin
implementation("org.opendaylight.bgpcep:concepts:0.21.4")
Scala SBT
libraryDependencies += "org.opendaylight.bgpcep" % "concepts" % "0.21.4"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.bgpcep', module='concepts', version='0.21.4')
)
Apache Ivy
<dependency org="org.opendaylight.bgpcep" name="concepts" rev="0.21.4" />
Leiningen
[org.opendaylight.bgpcep/concepts "0.21.4"]
Apache Buildr
'org.opendaylight.bgpcep:concepts:jar:0.21.4'