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