o

openflow-protocol-it

文件下载
文件名 操作
openflow-protocol-it-0.11.1.jar 下载
openflow-protocol-it-0.11.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
  <artifactId>openflow-protocol-it</artifactId>
  <version>0.11.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.openflowplugin.openflowjava:openflow-protocol-it:0.11.1'
Gradle Kotlin
implementation("org.opendaylight.openflowplugin.openflowjava:openflow-protocol-it:0.11.1")
Scala SBT
libraryDependencies += "org.opendaylight.openflowplugin.openflowjava" % "openflow-protocol-it" % "0.11.1"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.openflowplugin.openflowjava', module='openflow-protocol-it', version='0.11.1')
)
Apache Ivy
<dependency org="org.opendaylight.openflowplugin.openflowjava" name="openflow-protocol-it" rev="0.11.1" />
Leiningen
[org.opendaylight.openflowplugin.openflowjava/openflow-protocol-it "0.11.1"]
Apache Buildr
'org.opendaylight.openflowplugin.openflowjava:openflow-protocol-it:jar:0.11.1'