f

features-openflowplugin

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