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