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