Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added classifier to dependency code snippet to make sure to select jar-with-dependencies


 

The integration of SNMP4J-SMI in SNMP4J is very easy and complete. If you create an OID or Variable value from a String value or converting them using the toString() or format() methods, SNMP4J-SMI will parse and format the values as human readable object names and value combinations on-the-fly.

...

Code Block
titleMaven Dependency for pom.xml
<dependency>
   <groupId>org.snmp4j.smi</groupId>
   <artifactId>snmp4j-smi-pro</artifactId>
   <version>1.9.7<13</version>
   <classifier>jar-with-dependencies</classifier>
 </dependency>

Integrating SNMP4J-SMI into SNMP4J

...