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