i

ietf-netconf-with-defaults

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