m

model-flow-base

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