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