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