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