文件名 | 操作 |
---|---|
odl-netconf-model-rfc8641-7.0.11.pom | 下载 |
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>odl-netconf-model-rfc8641</artifactId>
<version>7.0.11</version>
<type>feature</type>
</dependency>
libraryDependencies += "org.opendaylight.netconf" % "odl-netconf-model-rfc8641" % "7.0.11"
@Grapes(
@Grab(group='org.opendaylight.netconf', module='odl-netconf-model-rfc8641', version='7.0.11')
)
<dependency org="org.opendaylight.netconf" name="odl-netconf-model-rfc8641" rev="7.0.11" />
<parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>feature-parent</artifactId> <version>7.0.11</version> </parent>
compile
|-- org.opendaylight.mdsal.model:odl-mdsal-model-rfc8072
|-- org.opendaylight.mdsal.model:odl-mdsal-model-rfc8342