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