c

concepts

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