<dependency>
<groupId>org.opendaylight.openflowplugin</groupId>
<artifactId>openflowplugin-extension-nicira</artifactId>
<version>0.11.0</version>
<type>bundle</type>
</dependency>
implementation 'org.opendaylight.openflowplugin:openflowplugin-extension-nicira:0.11.0'
implementation("org.opendaylight.openflowplugin:openflowplugin-extension-nicira:0.11.0")
libraryDependencies += "org.opendaylight.openflowplugin" % "openflowplugin-extension-nicira" % "0.11.0"
@Grapes(
@Grab(group='org.opendaylight.openflowplugin', module='openflowplugin-extension-nicira', version='0.11.0')
)
<dependency org="org.opendaylight.openflowplugin" name="openflowplugin-extension-nicira" rev="0.11.0" />
<parent> <groupId>org.opendaylight.openflowplugin</groupId> <artifactId>openflowplugin-parent</artifactId> <version>0.11.0</version> </parent>
compile
|-- javax.annotation:javax.annotation-api
|-- org.opendaylight.openflowplugin:openflowplugin-extension-api
|-- org.opendaylight.openflowplugin:openflowjava-extension-nicira
|-- org.opendaylight.openflowplugin:openflowjava-extension-nicira-api
|-- ${project.groupId}.model:model-flow-base
|-- ${project.groupId}.model:model-flow-service
|-- ${project.groupId}.model:model-flow-statistics
|-- org.opendaylight.controller.model:model-inventory
|-- ${project.groupId}.openflowjava:openflow-protocol-api
test