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