m

mdsal-netconf-yang-library

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