<dependency>
<groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
<artifactId>openflow-protocol-api</artifactId>
<version>0.9.0</version>
<type>bundle</type>
</dependency>
implementation 'org.opendaylight.openflowplugin.openflowjava:openflow-protocol-api:0.9.0'
implementation("org.opendaylight.openflowplugin.openflowjava:openflow-protocol-api:0.9.0")
libraryDependencies += "org.opendaylight.openflowplugin.openflowjava" % "openflow-protocol-api" % "0.9.0"
@Grapes(
@Grab(group='org.opendaylight.openflowplugin.openflowjava', module='openflow-protocol-api', version='0.9.0')
)
<dependency org="org.opendaylight.openflowplugin.openflowjava" name="openflow-protocol-api" rev="0.9.0" />
<parent> <groupId>org.opendaylight.openflowplugin</groupId> <artifactId>openflowplugin-parent</artifactId> <version>0.9.0</version> </parent>
compile
|-- javax.annotation:javax.annotation-api
|-- org.opendaylight.mdsal:yang-binding
|-- org.opendaylight.yangtools:yang-common
|-- org.opendaylight.mdsal.binding.model.ietf:rfc6991
|-- org.opendaylight.mdsal.model:yang-ext