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