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