mts-asn1

A library to encode and decode ASN1 data, from and to other formats, like JSON or XML

Лицензия

Лицензия

Группа

Группа

io.github.ericsson-mts
Идентификатор

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

mts-asn1
Последняя версия

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

0.0.7
Дата

Дата

Тип

Тип

pom
Описание

Описание

mts-asn1
A library to encode and decode ASN1 data, from and to other formats, like JSON or XML
Ссылка на сайт

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

https://github.com/ericsson-mts/mts-asn1
Система контроля версий

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

https://github.com/ericsson-mts/mts-asn1.git

Скачать mts-asn1

Имя Файла Размер
mts-asn1-0.0.7.pom 8 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/io.github.ericsson-mts/mts-asn1/ -->
<dependency>
    <groupId>io.github.ericsson-mts</groupId>
    <artifactId>mts-asn1</artifactId>
    <version>0.0.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ericsson-mts/mts-asn1/
implementation 'io.github.ericsson-mts:mts-asn1:0.0.7'
// https://jarcasting.com/artifacts/io.github.ericsson-mts/mts-asn1/
implementation ("io.github.ericsson-mts:mts-asn1:0.0.7")
'io.github.ericsson-mts:mts-asn1:pom:0.0.7'
<dependency org="io.github.ericsson-mts" name="mts-asn1" rev="0.0.7">
  <artifact name="mts-asn1" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.ericsson-mts', module='mts-asn1', version='0.0.7')
)
libraryDependencies += "io.github.ericsson-mts" % "mts-asn1" % "0.0.7"
[io.github.ericsson-mts/mts-asn1 "0.0.7"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • mts-asn1-antlr
  • mts-asn1-core
  • mts-asn1-json
  • mts-asn1-xml
  • mts-asn1-per
  • mts-asn1-maven-plugin

mts-asn1

Build Status Bugs Coverage License

Description

mts-asn1 project is designed to encode/decode data to/from binary of ASN.1 protocols. Data can be described in various dataformat (XML, JSON ...). It use ANTLR to parse ASN.1 grammar.

Installation

Clone this repository and use it as a maven project

(Coming on Maven Central soon)

Usage

See here

DISCLAIMER

While we do our best to support protocols described in ASN.1 and (U)PER encoding, we cannot guarantee that our project is error free. mts-asn1 evolve depending of the needs, please consider to report or contributing if you want a new feature or revise an existing one.

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

Версия
0.0.7
0.0.5
0.0.4