c

callhome-model

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