c

callhome-model

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