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