c

callhome-model

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