ASN.1 S API library

Contains abstract structure of ASN.1 model representation in Java.

Лицензия

Лицензия

Группа

Группа

com.github.lastrix
Идентификатор

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

asn1s-api
Последняя версия

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

0.2-ALPHA
Дата

Дата

Тип

Тип

jar
Описание

Описание

ASN.1 S API library
Contains abstract structure of ASN.1 model representation in Java.
Ссылка на сайт

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

https://github.com/lastrix/asn1s

Скачать asn1s-api

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-log4j12 jar 1.7.21
commons-logging : commons-logging jar 1.2
commons-io : commons-io jar 2.5
org.apache.commons : commons-lang3 jar 3.5
org.jetbrains : annotations-java5 jar 15.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

Build Status Quality Gate codecov codebeat badge

ASN.1 S

ASN.1 Serialization library. Allows you to automatically map java classes to ASN.1 schemas and vice versa.

Notes

Library is not finished yet, through you may find some parts of it already working for you.

Databind will be completely replaced by more refined impl (like jackson do). Current impl is garbage. Right now it works as demonstration of framework possibility to pass Java-objects to ASN.1 model and back without any stub-class generation.

No ETA on next update, may be half-year. Feel free to fork and try your own ideas.

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

Версия
0.2-ALPHA