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