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