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