| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииOther Универсальные библиотеки |
| Группа | Группаorg.opendaylight.integration |
| Идентификатор | Идентификаторother-artifacts |
| Версия | Версия0.14.0 |
| Тип | Типpom |
| Описание |
ОписаниеODL :: integration :: other-artifacts
POM to import, with all the needed versions of upstream ODL artifacts not imported elsewhere.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| other-artifacts-0.14.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.integration/other-artifacts/ -->
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>other-artifacts</artifactId>
<version>0.14.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/other-artifacts/
implementation 'org.opendaylight.integration:other-artifacts:0.14.0'
// https://jarcasting.com/artifacts/org.opendaylight.integration/other-artifacts/
implementation ("org.opendaylight.integration:other-artifacts:0.14.0")
'org.opendaylight.integration:other-artifacts:pom:0.14.0'
<dependency org="org.opendaylight.integration" name="other-artifacts" rev="0.14.0">
<artifact name="other-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='other-artifacts', version='0.14.0')
)
libraryDependencies += "org.opendaylight.integration" % "other-artifacts" % "0.14.0"
[org.opendaylight.integration/other-artifacts "0.14.0"]