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