n

netconf-subsystem

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