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