| Категории |
КатегорииDistribution Компиляция и сборка |
|---|---|
| Группа | Группаorg.opendaylight.dlux |
| Идентификатор | Идентификаторdistribution-dlux |
| Версия | Версия0.2.1-Lithium-SR1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| distribution-dlux-0.2.1-Lithium-SR1.pom | |
| distribution-dlux-0.2.1-Lithium-SR1.zip | 11 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.dlux/distribution-dlux/ -->
<dependency>
<groupId>org.opendaylight.dlux</groupId>
<artifactId>distribution-dlux</artifactId>
<version>0.2.1-Lithium-SR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.dlux/distribution-dlux/
implementation 'org.opendaylight.dlux:distribution-dlux:0.2.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.dlux/distribution-dlux/
implementation ("org.opendaylight.dlux:distribution-dlux:0.2.1-Lithium-SR1")
'org.opendaylight.dlux:distribution-dlux:pom:0.2.1-Lithium-SR1'
<dependency org="org.opendaylight.dlux" name="distribution-dlux" rev="0.2.1-Lithium-SR1">
<artifact name="distribution-dlux" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.dlux', module='distribution-dlux', version='0.2.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.dlux" % "distribution-dlux" % "0.2.1-Lithium-SR1"
[org.opendaylight.dlux/distribution-dlux "0.2.1-Lithium-SR1"]