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