| GroupId | GroupIdorg.opendaylight.openflowjava | 
|---|---|
| ArtifactId | ArtifactIdfeatures-openflowjava | 
| Version | Version0.5.3-Helium-SR3 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.openflowjava/features-openflowjava/ -->
<dependency>
    <groupId>org.opendaylight.openflowjava</groupId>
    <artifactId>features-openflowjava</artifactId>
    <version>0.5.3-Helium-SR3</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.openflowjava/features-openflowjava/
implementation 'org.opendaylight.openflowjava:features-openflowjava:0.5.3-Helium-SR3'// https://jarcasting.com/artifacts/org.opendaylight.openflowjava/features-openflowjava/
implementation ("org.opendaylight.openflowjava:features-openflowjava:0.5.3-Helium-SR3")'org.opendaylight.openflowjava:features-openflowjava:jar:0.5.3-Helium-SR3'<dependency org="org.opendaylight.openflowjava" name="features-openflowjava" rev="0.5.3-Helium-SR3">
  <artifact name="features-openflowjava" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.openflowjava', module='features-openflowjava', version='0.5.3-Helium-SR3')
)libraryDependencies += "org.opendaylight.openflowjava" % "features-openflowjava" % "0.5.3-Helium-SR3"[org.opendaylight.openflowjava/features-openflowjava "0.5.3-Helium-SR3"]