o

odl-openflowplugin-libraries

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