文件名 | 操作 |
---|---|
odl-mdsal-broker-local-1.10.4.pom | 下载 |
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>odl-mdsal-broker-local</artifactId>
<version>1.10.4</version>
<type>feature</type>
</dependency>
libraryDependencies += "org.opendaylight.controller" % "odl-mdsal-broker-local" % "1.10.4"
@Grapes(
@Grab(group='org.opendaylight.controller', module='odl-mdsal-broker-local', version='1.10.4')
)
<dependency org="org.opendaylight.controller" name="odl-mdsal-broker-local" rev="1.10.4" />
<parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>single-feature-parent</artifactId> <version>5.0.11</version> </parent>
compile
|-- org.opendaylight.mdsal:odl-mdsal-dom
|-- org.opendaylight.mdsal:odl-mdsal-eos-dom
|-- org.opendaylight.mdsal:odl-mdsal-eos-binding
|-- org.opendaylight.mdsal:odl-mdsal-singleton-dom
|-- org.opendaylight.mdsal:mdsal-eos-dom-simple
|-- org.opendaylight.controller:odl-config-netty:0.11.4
|-- org.opendaylight.controller:sal-broker-impl