io.github.ericsson-mts:mts-asn1-antlr

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

License

License

Categories

Categories

Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

io.github.ericsson-mts
ArtifactId

ArtifactId

mts-asn1-antlr
Last Version

Last Version

0.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download mts-asn1-antlr

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.antlr : antlr4-runtime jar 4.7.2
org.antlr : antlr4 jar 4.7.2

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.0.7
0.0.5
0.0.4