is not current version
Last Version 1.0.4-Lithium-SR4

org.opendaylight.snmp:commons.parent 1.0-Lithium

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

commons.parent
Version

Version

1.0-Lithium
Type

Type

pom

Download commons.parent 1.0-Lithium


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