n

netconf-subsystem

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