c

callhome-model

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