r

restconf-server

RESTCONF protocol endpoint based on Netty. Configuration is provided via ietf-restconf-server.yang. The endpoint is bound to a backed RESTCONF server implementation.
Files download
File Operation
restconf-server-8.0.3.jar download
restconf-server-8.0.3.pom download
restconf-server-8.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.netconf</groupId>
  <artifactId>restconf-server</artifactId>
  <version>8.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.netconf:restconf-server:8.0.3'
Gradle Kotlin
implementation("org.opendaylight.netconf:restconf-server:8.0.3")
Scala SBT
libraryDependencies += "org.opendaylight.netconf" % "restconf-server" % "8.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.netconf', module='restconf-server', version='8.0.3')
)
Apache Ivy
<dependency org="org.opendaylight.netconf" name="restconf-server" rev="8.0.3" />
Leiningen
[org.opendaylight.netconf/restconf-server "8.0.3"]
Apache Buildr
'org.opendaylight.netconf:restconf-server:jar:8.0.3'