| Категории |
КатегорииOther Универсальные библиотеки |
|---|---|
| Группа | Группаorg.opendaylight.integration |
| Идентификатор | Идентификаторother-artifacts |
| Версия | Версия0.12.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| other-artifacts-0.12.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.12.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/other-artifacts/
implementation 'org.opendaylight.integration:other-artifacts:0.12.0'
// https://jarcasting.com/artifacts/org.opendaylight.integration/other-artifacts/
implementation ("org.opendaylight.integration:other-artifacts:0.12.0")
'org.opendaylight.integration:other-artifacts:pom:0.12.0'
<dependency org="org.opendaylight.integration" name="other-artifacts" rev="0.12.0">
<artifact name="other-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='other-artifacts', version='0.12.0')
)
libraryDependencies += "org.opendaylight.integration" % "other-artifacts" % "0.12.0"
[org.opendaylight.integration/other-artifacts "0.12.0"]