o

openflow-protocol-api

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