n

netconf-topology-singleton

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