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