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