f

features-aggregator

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