m

model-inventory

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