f

features-openflowplugin

Files download
File Operation
features-openflowplugin-0.3.1-Boron-SR1.jar download
features-openflowplugin-0.3.1-Boron-SR1.pom download
features-openflowplugin-0.3.1-Boron-SR1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.openflowplugin</groupId>
  <artifactId>features-openflowplugin</artifactId>
  <version>0.3.1-Boron-SR1</version>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.openflowplugin:features-openflowplugin:0.3.1-Boron-SR1'
Gradle Kotlin
implementation("org.opendaylight.openflowplugin:features-openflowplugin:0.3.1-Boron-SR1")
Scala SBT
libraryDependencies += "org.opendaylight.openflowplugin" % "features-openflowplugin" % "0.3.1-Boron-SR1"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.openflowplugin', module='features-openflowplugin', version='0.3.1-Boron-SR1')
)
Apache Ivy
<dependency org="org.opendaylight.openflowplugin" name="features-openflowplugin" rev="0.3.1-Boron-SR1" />
Leiningen
[org.opendaylight.openflowplugin/features-openflowplugin "0.3.1-Boron-SR1"]
Apache Buildr
'org.opendaylight.openflowplugin:features-openflowplugin:jar:0.3.1-Boron-SR1'
Dependencies
<parent>
  <groupId>org.opendaylight.odlparent</groupId>
  <artifactId>features-parent</artifactId>
  <version>1.7.1-Boron-SR1</version>
</parent>

compile

|-- org.opendaylight.controller:features-mdsal

|-- org.opendaylight.yangtools:features-yangtools

|-- org.opendaylight.netconf:features-restconf

|-- org.opendaylight.openflowjava:features-openflowjava

|-- org.opendaylight.openflowplugin.model:model-flow-base

|-- org.opendaylight.openflowplugin.model:model-flow-service

|-- org.opendaylight.openflowplugin.model:model-flow-statistics

|-- org.opendaylight.controller.model:model-inventory

|-- org.opendaylight.controller.model:model-topology

|-- org.opendaylight.openflowplugin.applications:forwardingrules-manager

|-- org.opendaylight.openflowplugin.applications:forwardingrules-sync

|-- org.opendaylight.openflowplugin.applications:inventory-manager

|-- org.opendaylight.openflowplugin.applications:lldp-speaker

|-- org.opendaylight.openflowplugin.applications:statistics-manager

|-- org.opendaylight.openflowplugin:openflowplugin-blueprint-config

|-- org.opendaylight.openflowplugin:openflowplugin-blueprint-config

|-- org.opendaylight.openflowplugin:openflowplugin-blueprint-config

|-- org.opendaylight.openflowplugin:openflowplugin-blueprint-config

|-- org.opendaylight.dlux:features-dlux:0.4.1-Boron-SR1

|-- org.opendaylight.openflowplugin:openflowplugin-api

|-- org.opendaylight.openflowplugin:openflowplugin-extension-api

|-- org.opendaylight.openflowplugin:openflowplugin

|-- org.opendaylight.openflowplugin:openflowplugin-impl

|-- org.opendaylight.openflowplugin.applications:table-miss-enforcer

|-- org.opendaylight.openflowplugin.applications:topology-lldp-discovery

|-- org.opendaylight.openflowplugin.applications:topology-manager

|-- org.opendaylight.openflowplugin.applications:of-switch-config-pusher

|-- org.opendaylight.openflowplugin:drop-test-karaf

|-- org.opendaylight.openflowplugin:test-common

|-- org.opendaylight.openflowplugin:openflowplugin-controller-config

|-- org.opendaylight.openflowplugin:openflowplugin-controller-config

|-- org.opendaylight.controller:liblldp:0.11.1-Boron-SR1

|-- org.opendaylight.openflowplugin:openflowplugin-common

|-- org.opendaylight.openflowplugin.applications:bulk-o-matic

|-- org.opendaylight.openflowplugin.applications:notification-supplier

runtime

|-- org.opendaylight.mdsal.model:features-mdsal-model:0.9.1-Boron-SR1