ASN.1 S Integration tests

Integration tests, ignore this package.

License

License

GroupId

GroupId

com.github.lastrix
ArtifactId

ArtifactId

asn1s-tests
Last Version

Last Version

0.2-ALPHA
Release Date

Release Date

Type

Type

jar
Description

Description

ASN.1 S Integration tests
Integration tests, ignore this package.
Project URL

Project URL

https://github.com/lastrix/asn1s

Download asn1s-tests

How to add to project

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

Dependencies

test (6)

Group / Artifact Type Version
com.github.lastrix : asn1s-api jar 0.2-ALPHA
com.github.lastrix : asn1s-core jar 0.2-ALPHA
com.github.lastrix : asn1s-io jar 0.2-ALPHA
com.github.lastrix : asn1s-databind jar 0.2-ALPHA
com.github.lastrix : asn1s-schema jar 0.2-ALPHA
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.2-ALPHA