| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdorg.opendaylight.netconf |
| ArtifactId | ArtifactIdrestconf-subsystem |
| Last Version | Last Version1.8.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionrestconf-subsystem
OpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| restconf-subsystem-1.8.3.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-subsystem/ -->
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>restconf-subsystem</artifactId>
<version>1.8.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-subsystem/
implementation 'org.opendaylight.netconf:restconf-subsystem:1.8.3'
// https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-subsystem/
implementation ("org.opendaylight.netconf:restconf-subsystem:1.8.3")
'org.opendaylight.netconf:restconf-subsystem:pom:1.8.3'
<dependency org="org.opendaylight.netconf" name="restconf-subsystem" rev="1.8.3">
<artifact name="restconf-subsystem" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='restconf-subsystem', version='1.8.3')
)
libraryDependencies += "org.opendaylight.netconf" % "restconf-subsystem" % "1.8.3"
[org.opendaylight.netconf/restconf-subsystem "1.8.3"]