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