| GroupId | GroupIdorg.opendaylight.snmp | 
|---|---|
| ArtifactId | ArtifactIdfeatures-snmp | 
| Version | Version1.1.2-Beryllium-SR2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.snmp/features-snmp/ -->
<dependency>
    <groupId>org.opendaylight.snmp</groupId>
    <artifactId>features-snmp</artifactId>
    <version>1.1.2-Beryllium-SR2</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.snmp/features-snmp/
implementation 'org.opendaylight.snmp:features-snmp:1.1.2-Beryllium-SR2'// https://jarcasting.com/artifacts/org.opendaylight.snmp/features-snmp/
implementation ("org.opendaylight.snmp:features-snmp:1.1.2-Beryllium-SR2")'org.opendaylight.snmp:features-snmp:jar:1.1.2-Beryllium-SR2'<dependency org="org.opendaylight.snmp" name="features-snmp" rev="1.1.2-Beryllium-SR2">
  <artifact name="features-snmp" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.snmp', module='features-snmp', version='1.1.2-Beryllium-SR2')
)libraryDependencies += "org.opendaylight.snmp" % "features-snmp" % "1.1.2-Beryllium-SR2"[org.opendaylight.snmp/features-snmp "1.1.2-Beryllium-SR2"]