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