| GroupId | GroupIdorg.opendaylight.controller | 
|---|---|
| ArtifactId | ArtifactIdfeatures-flow | 
| Version | Version1.1-Helium | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| features-flow-1.1-Helium.pom | |
| features-flow-1.1-Helium.jar | 2 KB | 
| features-flow-1.1-Helium-sources.jar | 955 bytes | 
| features-flow-1.1-Helium-features.xml | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/features-flow/ -->
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>features-flow</artifactId>
    <version>1.1-Helium</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.controller/features-flow/
implementation 'org.opendaylight.controller:features-flow:1.1-Helium'// https://jarcasting.com/artifacts/org.opendaylight.controller/features-flow/
implementation ("org.opendaylight.controller:features-flow:1.1-Helium")'org.opendaylight.controller:features-flow:jar:1.1-Helium'<dependency org="org.opendaylight.controller" name="features-flow" rev="1.1-Helium">
  <artifact name="features-flow" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.controller', module='features-flow', version='1.1-Helium')
)libraryDependencies += "org.opendaylight.controller" % "features-flow" % "1.1-Helium"[org.opendaylight.controller/features-flow "1.1-Helium"]