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