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