File | Operation |
---|---|
features-netconf-connector-3.0.3.pom | download |
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>features-netconf-connector</artifactId>
<version>3.0.3</version>
<type>feature</type>
</dependency>
libraryDependencies += "org.opendaylight.netconf" % "features-netconf-connector" % "3.0.3"
@Grapes(
@Grab(group='org.opendaylight.netconf', module='features-netconf-connector', version='3.0.3')
)
<dependency org="org.opendaylight.netconf" name="features-netconf-connector" rev="3.0.3" />
<parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>feature-repo-parent</artifactId> <version>10.0.2</version> </parent>
compile
|-- org.opendaylight.netconf:odl-netconf-clustered-topology
|-- org.opendaylight.netconf:odl-netconf-connector
|-- org.opendaylight.netconf:odl-netconf-connector-all
|-- org.opendaylight.netconf:odl-netconf-callhome-ssh