File | Operation |
---|---|
openflowplugin-parent-0.4.3-Carbon.pom | download |
<dependency>
<groupId>org.opendaylight.openflowplugin</groupId>
<artifactId>openflowplugin-parent</artifactId>
<version>0.4.3-Carbon</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.opendaylight.openflowplugin" % "openflowplugin-parent" % "0.4.3-Carbon"
@Grapes(
@Grab(group='org.opendaylight.openflowplugin', module='openflowplugin-parent', version='0.4.3-Carbon')
)
<dependency org="org.opendaylight.openflowplugin" name="openflowplugin-parent" rev="0.4.3-Carbon" />
<parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent</artifactId> <version>1.8.3-Carbon</version> </parent>