snmp2bean
SNMP2BEAN Project
Simple framework to map java beans with snmp responses values.
More information coming soon
License |
License |
---|---|
GroupId | GroupIdcom.rogueai |
ArtifactId | ArtifactIdsnmp2bean |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSnmp 2 Bean
Framework to Map SNMP responses to Java Bean
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
snmp2bean-1.0.pom | |
snmp2bean-1.0.jar | 63 KB |
snmp2bean-1.0-sources.jar | 49 KB |
snmp2bean-1.0-javadoc.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rogueai/snmp2bean/ -->
<dependency>
<groupId>com.rogueai</groupId>
<artifactId>snmp2bean</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rogueai/snmp2bean/
implementation 'com.rogueai:snmp2bean:1.0'
// https://jarcasting.com/artifacts/com.rogueai/snmp2bean/
implementation ("com.rogueai:snmp2bean:1.0")
'com.rogueai:snmp2bean:jar:1.0'
<dependency org="com.rogueai" name="snmp2bean" rev="1.0">
<artifact name="snmp2bean" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rogueai', module='snmp2bean', version='1.0')
)
libraryDependencies += "com.rogueai" % "snmp2bean" % "1.0"
[com.rogueai/snmp2bean "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.snmp4j : snmp4j | jar | 2.3.1 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.2 |
commons-lang : commons-lang | jar | 2.6 |
junit : junit | jar | 4.11 |
SNMP2BEAN Project
Simple framework to map java beans with snmp responses values.
More information coming soon