文件名 | 操作 |
---|---|
config-subsystem-0.3.0-Lithium.pom | 下载 |
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>config-subsystem</artifactId>
<version>0.3.0-Lithium</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.opendaylight.controller" % "config-subsystem" % "0.3.0-Lithium"
@Grapes(
@Grab(group='org.opendaylight.controller', module='config-subsystem', version='0.3.0-Lithium')
)
<dependency org="org.opendaylight.controller" name="config-subsystem" rev="0.3.0-Lithium" />