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