| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.opendaylight.l2switch |
| Идентификатор | Идентификаторl2switch-artifacts |
| Последняя версия | Последняя версия0.7.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| l2switch-artifacts-0.7.4.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.l2switch/l2switch-artifacts/ -->
<dependency>
<groupId>org.opendaylight.l2switch</groupId>
<artifactId>l2switch-artifacts</artifactId>
<version>0.7.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.l2switch/l2switch-artifacts/
implementation 'org.opendaylight.l2switch:l2switch-artifacts:0.7.4'
// https://jarcasting.com/artifacts/org.opendaylight.l2switch/l2switch-artifacts/
implementation ("org.opendaylight.l2switch:l2switch-artifacts:0.7.4")
'org.opendaylight.l2switch:l2switch-artifacts:pom:0.7.4'
<dependency org="org.opendaylight.l2switch" name="l2switch-artifacts" rev="0.7.4">
<artifact name="l2switch-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.l2switch', module='l2switch-artifacts', version='0.7.4')
)
libraryDependencies += "org.opendaylight.l2switch" % "l2switch-artifacts" % "0.7.4"
[org.opendaylight.l2switch/l2switch-artifacts "0.7.4"]