m

model-flow-base

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