f

features-graph

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