<dependency>
<groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
<artifactId>openflow-protocol-api</artifactId>
<version>0.6.3</version>
<type>bundle</type>
</dependency>
implementation 'org.opendaylight.openflowplugin.openflowjava:openflow-protocol-api:0.6.3'
implementation("org.opendaylight.openflowplugin.openflowjava:openflow-protocol-api:0.6.3")
libraryDependencies += "org.opendaylight.openflowplugin.openflowjava" % "openflow-protocol-api" % "0.6.3"
@Grapes(
@Grab(group='org.opendaylight.openflowplugin.openflowjava', module='openflow-protocol-api', version='0.6.3')
)
<dependency org="org.opendaylight.openflowplugin.openflowjava" name="openflow-protocol-api" rev="0.6.3" />
<parent> <groupId>org.opendaylight.openflowplugin</groupId> <artifactId>openflowplugin-parent</artifactId> <version>0.6.3</version> </parent>
compile
|-- org.opendaylight.mdsal:yang-binding
|-- org.opendaylight.yangtools:yang-common
|-- org.opendaylight.mdsal.model:ietf-inet-types-2013-07-15
|-- org.opendaylight.mdsal.model:ietf-yang-types-20130715
|-- org.opendaylight.mdsal.model:yang-ext
test
|-- junit:junit