File | Operation |
---|---|
odl-netconf-keystore-plaintext-7.0.8.pom | download |
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>odl-netconf-keystore-plaintext</artifactId>
<version>7.0.8</version>
<type>feature</type>
</dependency>
libraryDependencies += "org.opendaylight.netconf" % "odl-netconf-keystore-plaintext" % "7.0.8"
@Grapes(
@Grab(group='org.opendaylight.netconf', module='odl-netconf-keystore-plaintext', version='7.0.8')
)
<dependency org="org.opendaylight.netconf" name="odl-netconf-keystore-plaintext" rev="7.0.8" />
<parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>feature-parent</artifactId> <version>7.0.8</version> </parent>
compile
|-- org.opendaylight.netconf:odl-netconf-model-rfc8341
|-- org.opendaylight.netconf:keystore-plaintext-api