Download snmp2bean-1.0.jar file - Jar s

Jar examples for s:snmp2bean

Description

Framework to Map SNMP responses to Java Bean

You can download jar file snmp2bean 1.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add snmp2bean-1.0.jar to your project.

<dependency>
   <groupId>com.rogueai</groupId>
   <artifactId>snmp2bean</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.rogueai', name: 'snmp2bean', version: '1.0'
libraryDependencies += "com.rogueai" % "snmp2bean" % "1.0"
<dependency org="com.rogueai" name="snmp2bean" rev="1.0"/>
@Grapes(@Grab(group='com.rogueai', module='snmp2bean', version='1.0'))
'com.rogueai:snmp2bean:jar:1.0'

Download

Click the following link to download the jar file.

snmp2bean-1.0-javadoc.jar
snmp2bean-1.0-sources.jar
snmp2bean-1.0.jar
snmp2bean-1.0.pom



Related Tutorials