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