m

model-flow-base

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