GroupId | GroupIdwesthawk |
---|---|
ArtifactId | ArtifactIdsnmp |
Last Version | Last Version4_13 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
snmp-4_13.pom | |
snmp-4_13.jar | 212 KB |
Browse |
<!-- https://jarcasting.com/artifacts/westhawk/snmp/ -->
<dependency>
<groupId>westhawk</groupId>
<artifactId>snmp</artifactId>
<version>4_13</version>
</dependency>
// https://jarcasting.com/artifacts/westhawk/snmp/
implementation 'westhawk:snmp:4_13'
// https://jarcasting.com/artifacts/westhawk/snmp/
implementation ("westhawk:snmp:4_13")
'westhawk:snmp:jar:4_13'
<dependency org="westhawk" name="snmp" rev="4_13">
<artifact name="snmp" type="jar" />
</dependency>
@Grapes(
@Grab(group='westhawk', module='snmp', version='4_13')
)
libraryDependencies += "westhawk" % "snmp" % "4_13"
[westhawk/snmp "4_13"]