c

callhome-model

文件下载
文件名 操作
callhome-model-5.0.5.jar 下载
callhome-model-5.0.5.pom 下载
callhome-model-5.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.netconf</groupId>
  <artifactId>callhome-model</artifactId>
  <version>5.0.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.netconf:callhome-model:5.0.5'
Gradle Kotlin
implementation("org.opendaylight.netconf:callhome-model:5.0.5")
Scala SBT
libraryDependencies += "org.opendaylight.netconf" % "callhome-model" % "5.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.netconf', module='callhome-model', version='5.0.5')
)
Apache Ivy
<dependency org="org.opendaylight.netconf" name="callhome-model" rev="5.0.5" />
Leiningen
[org.opendaylight.netconf/callhome-model "5.0.5"]
Apache Buildr
'org.opendaylight.netconf:callhome-model:jar:5.0.5'