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