| Группа | Группаorg.opendaylight.snmp |
|---|---|
| Идентификатор | Идентификаторfeatures-snmp |
| Версия | Версия1.1.1-Beryllium-SR1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| features-snmp-1.1.1-Beryllium-SR1.pom | |
| features-snmp-1.1.1-Beryllium-SR1.kar | 797 KB |
| features-snmp-1.1.1-Beryllium-SR1-sources.jar | 904 bytes |
| features-snmp-1.1.1-Beryllium-SR1-features.xml | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.snmp/features-snmp/ -->
<dependency>
<groupId>org.opendaylight.snmp</groupId>
<artifactId>features-snmp</artifactId>
<version>1.1.1-Beryllium-SR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.snmp/features-snmp/
implementation 'org.opendaylight.snmp:features-snmp:1.1.1-Beryllium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.snmp/features-snmp/
implementation ("org.opendaylight.snmp:features-snmp:1.1.1-Beryllium-SR1")
'org.opendaylight.snmp:features-snmp:jar:1.1.1-Beryllium-SR1'
<dependency org="org.opendaylight.snmp" name="features-snmp" rev="1.1.1-Beryllium-SR1">
<artifact name="features-snmp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.snmp', module='features-snmp', version='1.1.1-Beryllium-SR1')
)
libraryDependencies += "org.opendaylight.snmp" % "features-snmp" % "1.1.1-Beryllium-SR1"
[org.opendaylight.snmp/features-snmp "1.1.1-Beryllium-SR1"]