o

openflow-protocol-api

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