is not current version
Last Version 1.5.4

org.opendaylight.snmp:features-snmp 1.2.3-Boron-SR3

The SNMP Project of OpenDaylight addresses the need for a southbound plugin that allows applications and controller services to interact with devices using SNMP. The SNMP southbound plugin will allow applications acting as an SNMP Manager to interact with devices that support an SNMP agent.

GroupId

GroupId

org.opendaylight.snmp
ArtifactId

ArtifactId

features-snmp
Version

Version

1.2.3-Boron-SR3
Type

Type

jar

Download features-snmp 1.2.3-Boron-SR3


<!-- https://jarcasting.com/artifacts/org.opendaylight.snmp/features-snmp/ -->
<dependency>
    <groupId>org.opendaylight.snmp</groupId>
    <artifactId>features-snmp</artifactId>
    <version>1.2.3-Boron-SR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.snmp/features-snmp/
implementation 'org.opendaylight.snmp:features-snmp:1.2.3-Boron-SR3'
// https://jarcasting.com/artifacts/org.opendaylight.snmp/features-snmp/
implementation ("org.opendaylight.snmp:features-snmp:1.2.3-Boron-SR3")
'org.opendaylight.snmp:features-snmp:jar:1.2.3-Boron-SR3'
<dependency org="org.opendaylight.snmp" name="features-snmp" rev="1.2.3-Boron-SR3">
  <artifact name="features-snmp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.snmp', module='features-snmp', version='1.2.3-Boron-SR3')
)
libraryDependencies += "org.opendaylight.snmp" % "features-snmp" % "1.2.3-Boron-SR3"
[org.opendaylight.snmp/features-snmp "1.2.3-Boron-SR3"]