f

features-openflowplugin

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