<dependency>
<groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
<artifactId>openflow-protocol-it</artifactId>
<version>0.9.4</version>
<type>bundle</type>
</dependency>
implementation 'org.opendaylight.openflowplugin.openflowjava:openflow-protocol-it:0.9.4'
implementation("org.opendaylight.openflowplugin.openflowjava:openflow-protocol-it:0.9.4")
libraryDependencies += "org.opendaylight.openflowplugin.openflowjava" % "openflow-protocol-it" % "0.9.4"
@Grapes(
@Grab(group='org.opendaylight.openflowplugin.openflowjava', module='openflow-protocol-it', version='0.9.4')
)
<dependency org="org.opendaylight.openflowplugin.openflowjava" name="openflow-protocol-it" rev="0.9.4" />
<parent> <groupId>org.opendaylight.openflowplugin.openflowjava</groupId> <artifactId>openflowjava-parent</artifactId> <version>0.9.4</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