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