Last Version

ASN.1 S I/O implementations 0.2-ALPHA

Contains coders for different encoding types, currently only BER, DER are supported.

License

License

GroupId

GroupId

com.github.lastrix
ArtifactId

ArtifactId

asn1s-io
Version

Version

0.2-ALPHA
Type

Type

jar
Description

Description

ASN.1 S I/O implementations
Contains coders for different encoding types, currently only BER, DER are supported.
Project URL

Project URL

https://github.com/lastrix/asn1s

Download asn1s-io 0.2-ALPHA


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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.lastrix : asn1s-api jar 0.2-ALPHA

test (2)

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

Project Modules

There are no modules declared in this project.