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