o

odl-openflowplugin-nxm-extensions

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