o

openflow-protocol-parent

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