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

ASN.1 Serialization 0.2-ALPHA

Library for automated mapping java classes to ASN.1 and vice versa. Allows for you for easiest conversion between java objects and ASN.1 values in Jackson, Hibernate way.

Лицензия

Лицензия

Группа

Группа

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

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

asn1s
Версия

Версия

0.2-ALPHA
Тип

Тип

pom
Описание

Описание

ASN.1 Serialization
Library for automated mapping java classes to ASN.1 and vice versa. Allows for you for easiest conversion between java objects and ASN.1 values in Jackson, Hibernate way.
Ссылка на сайт

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

https://github.com/lastrix/asn1s
Система контроля версий

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

https://github.com/lastrix/asn1s.git

Скачать asn1s 0.2-ALPHA

Имя Файла Размер
asn1s-0.2-ALPHA.pom 5 KB
Обзор

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

Зависимости

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

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

  • asn1s-api
  • asn1s-core
  • asn1s-schema
  • asn1s-databind
  • asn1s-io
  • asn1s-tests