o

openflow-protocol-it

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