| Группа | Группаorg.opendaylight.controller |
|---|---|
| Идентификатор | Идентификаторfeatures-flow |
| Версия | Версия1.1.2-Helium-SR2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| features-flow-1.1.2-Helium-SR2.pom | |
| features-flow-1.1.2-Helium-SR2.jar | 2 KB |
| features-flow-1.1.2-Helium-SR2-sources.jar | 1006 bytes |
| features-flow-1.1.2-Helium-SR2-features.xml | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/features-flow/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>features-flow</artifactId>
<version>1.1.2-Helium-SR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/features-flow/
implementation 'org.opendaylight.controller:features-flow:1.1.2-Helium-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.controller/features-flow/
implementation ("org.opendaylight.controller:features-flow:1.1.2-Helium-SR2")
'org.opendaylight.controller:features-flow:jar:1.1.2-Helium-SR2'
<dependency org="org.opendaylight.controller" name="features-flow" rev="1.1.2-Helium-SR2">
<artifact name="features-flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='features-flow', version='1.1.2-Helium-SR2')
)
libraryDependencies += "org.opendaylight.controller" % "features-flow" % "1.1.2-Helium-SR2"
[org.opendaylight.controller/features-flow "1.1.2-Helium-SR2"]