jsmiparser-api

A Java 1.5 SNMP mib parser that builds a complete cross-referenced symbol table.

License

License

GroupId

GroupId

org.jsmiparser
ArtifactId

ArtifactId

jsmiparser-api
Last Version

Last Version

0.14
Release Date

Release Date

Type

Type

jar
Description

Description

jsmiparser-api
A Java 1.5 SNMP mib parser that builds a complete cross-referenced symbol table.
Project URL

Project URL

http://www.jsmiparser.org/
Source Code Management

Source Code Management

https://github.com/dverstap/jsmiparser

Download jsmiparser-api

How to add to project

<!-- https://jarcasting.com/artifacts/org.jsmiparser/jsmiparser-api/ -->
<dependency>
    <groupId>org.jsmiparser</groupId>
    <artifactId>jsmiparser-api</artifactId>
    <version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsmiparser/jsmiparser-api/
implementation 'org.jsmiparser:jsmiparser-api:0.14'
// https://jarcasting.com/artifacts/org.jsmiparser/jsmiparser-api/
implementation ("org.jsmiparser:jsmiparser-api:0.14")
'org.jsmiparser:jsmiparser-api:jar:0.14'
<dependency org="org.jsmiparser" name="jsmiparser-api" rev="0.14">
  <artifact name="jsmiparser-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsmiparser', module='jsmiparser-api', version='0.14')
)
libraryDependencies += "org.jsmiparser" % "jsmiparser-api" % "0.14"
[org.jsmiparser/jsmiparser-api "0.14"]

Dependencies

compile (3)

Group / Artifact Type Version
antlr : antlr jar 2.7.7
org.slf4j : slf4j-api jar 1.6.6
org.jsmiparser : jsmiparser-util jar 0.14

test (8)

Group / Artifact Type Version
junit : junit jar 4.10
org.springframework : spring-core jar 3.1.2.RELEASE
org.springframework : spring-test jar 3.1.2.RELEASE
org.slf4j : slf4j-log4j12 jar 1.6.6
org.slf4j : jcl-over-slf4j jar 1.6.6
log4j : log4j jar 1.2.17
org.springframework : spring-beans jar 3.1.2.RELEASE
org.springframework : spring-context jar 3.1.2.RELEASE

Project Modules

There are no modules declared in this project.

Build Status Maven Central License

Java SNMP MIB Parser

This is a Java library for parsing SNMP mib files (SMI).

Versions

Version
0.14
0.13
0.12
0.11
0.10