i

ietf-netconf-yang-library

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