m

model-topology

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