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