| License |
License |
|---|---|
| GroupId | GroupIdorg.snmp4j |
| ArtifactId | ArtifactIdsnmp4j |
| Last Version | Last Version3.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSNMP4J
SNMP API for Java
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| snmp4j-3.7.0.pom | |
| snmp4j-3.7.0.jar | 577 KB |
| snmp4j-3.7.0-sources.jar | 545 KB |
| snmp4j-3.7.0-javadoc.jar | 2 MB |
| snmp4j-3.7.0-distribution.zip | 3 MB |
| snmp4j-3.7.0-distribution.tar.gz | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.snmp4j/snmp4j/ -->
<dependency>
<groupId>org.snmp4j</groupId>
<artifactId>snmp4j</artifactId>
<version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.snmp4j/snmp4j/
implementation 'org.snmp4j:snmp4j:3.7.0'
// https://jarcasting.com/artifacts/org.snmp4j/snmp4j/
implementation ("org.snmp4j:snmp4j:3.7.0")
'org.snmp4j:snmp4j:jar:3.7.0'
<dependency org="org.snmp4j" name="snmp4j" rev="3.7.0">
<artifact name="snmp4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.snmp4j', module='snmp4j', version='3.7.0')
)
libraryDependencies += "org.snmp4j" % "snmp4j" % "3.7.0"
[org.snmp4j/snmp4j "3.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |