m

model-flow-base

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