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