m

mdsal-netconf-yang-library

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