c

callhome-model

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