文件名 | 操作 |
---|---|
odl-netconf-util-1.6.1.pom | 下载 |
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>odl-netconf-util</artifactId>
<version>1.6.1</version>
<type>feature</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='odl-netconf-util', version='1.6.1')
)
<parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>single-feature-parent</artifactId> <version>4.0.10</version> </parent>
compile
|-- org.opendaylight.odlparent:odl-apache-sshd
|-- org.opendaylight.netconf:odl-netconf-mapping-api
|-- org.opendaylight.yangtools:odl-yangtools-codec:2.1.10