o

odl-openflowjava-protocol

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