is not current version
Last Version 1.5.4

org.opendaylight.snmp:snmp-parent 1.5.3

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

snmp-parent
Version

Version

1.5.3
Type

Type

pom

Download snmp-parent 1.5.3

Filename Size
snmp-parent-1.5.3.pom 3 KB
Browse

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