o

odl-openflowplugin-app-reconciliation-framework

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