<dependency>
<groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
<artifactId>openflow-protocol-it</artifactId>
<version>0.13.3</version>
<type>bundle</type>
</dependency>
implementation 'org.opendaylight.openflowplugin.openflowjava:openflow-protocol-it:0.13.3'
implementation("org.opendaylight.openflowplugin.openflowjava:openflow-protocol-it:0.13.3")
libraryDependencies += "org.opendaylight.openflowplugin.openflowjava" % "openflow-protocol-it" % "0.13.3"
@Grapes(
@Grab(group='org.opendaylight.openflowplugin.openflowjava', module='openflow-protocol-it', version='0.13.3')
)
<dependency org="org.opendaylight.openflowplugin.openflowjava" name="openflow-protocol-it" rev="0.13.3" />
<parent> <groupId>org.opendaylight.openflowplugin.openflowjava</groupId> <artifactId>openflowjava-parent</artifactId> <version>0.13.3</version> </parent>
compile
test
|-- org.opendaylight.openflowplugin.openflowjava:openflow-protocol-impl
|-- org.opendaylight.openflowplugin.openflowjava:openflow-protocol-impl
|-- org.opendaylight.openflowplugin:simple-client
|-- junit:junit