GroupId | GroupIdcom.oneandone |
---|---|
ArtifactId | ArtifactIdsnmpman |
Version | Version1.1.54 |
Type | Typejar |
Filename | Size |
---|---|
snmpman-1.1.54.pom | |
snmpman-1.1.54.jar | 34 KB |
snmpman-1.1.54-sources.jar | 23 KB |
snmpman-1.1.54-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oneandone/snmpman/ -->
<dependency>
<groupId>com.oneandone</groupId>
<artifactId>snmpman</artifactId>
<version>1.1.54</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneandone/snmpman/
implementation 'com.oneandone:snmpman:1.1.54'
// https://jarcasting.com/artifacts/com.oneandone/snmpman/
implementation ("com.oneandone:snmpman:1.1.54")
'com.oneandone:snmpman:jar:1.1.54'
<dependency org="com.oneandone" name="snmpman" rev="1.1.54">
<artifact name="snmpman" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneandone', module='snmpman', version='1.1.54')
)
libraryDependencies += "com.oneandone" % "snmpman" % "1.1.54"
[com.oneandone/snmpman "1.1.54"]