c

callhome-model

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