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