File | Operation |
---|---|
features-netconf-connector-2.0.15.pom | download |
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>features-netconf-connector</artifactId>
<version>2.0.15</version>
<type>feature</type>
</dependency>
libraryDependencies += "org.opendaylight.netconf" % "features-netconf-connector" % "2.0.15"
@Grapes(
@Grab(group='org.opendaylight.netconf', module='features-netconf-connector', version='2.0.15')
)
<dependency org="org.opendaylight.netconf" name="features-netconf-connector" rev="2.0.15" />
<parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>feature-repo-parent</artifactId> <version>9.0.14</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