i

ietf-netconf-yang-library

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