jsmiparser-codegen

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

Лицензия

Лицензия

Группа

Группа

org.jsmiparser
Идентификатор

Идентификатор

jsmiparser-codegen
Последняя версия

Последняя версия

0.14
Дата

Дата

Тип

Тип

jar
Описание

Описание

jsmiparser-codegen
A Java 1.5 SNMP mib parser that builds a complete cross-referenced symbol table.
Ссылка на сайт

Ссылка на сайт

http://www.jsmiparser.org/
Система контроля версий

Система контроля версий

https://github.com/dverstap/jsmiparser

Скачать jsmiparser-codegen

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.6.6
org.jsmiparser : jsmiparser-api jar 0.14
com.sun.codemodel : codemodel jar 2.6

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
org.slf4j : slf4j-log4j12 jar 1.6.6
org.slf4j : jcl-over-slf4j jar 1.6.6
log4j : log4j jar 1.2.17

Модули Проекта

Данный проект не имеет модулей.

Build Status Maven Central License

Java SNMP MIB Parser

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

Версии библиотеки

Версия
0.14
0.13
0.12
0.11
0.10