Vinz ASN.1

ASN.1 implementation extracted from Bouncy Castle

License

License

GroupId

GroupId

com.github.gv2011
ArtifactId

ArtifactId

asn1
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Vinz ASN.1
ASN.1 implementation extracted from Bouncy Castle
Project URL

Project URL

https://github.com/gv2011/asn1
Source Code Management

Source Code Management

https://github.com/gv2011/asn1

Download asn1

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.gv2011 : util-apis jar 0.8
org.slf4j : slf4j-api jar 2.0.0-alpha1

runtime (3)

Group / Artifact Type Version
com.github.gv2011 : gcol jar 0.8
com.github.gv2011 : util-beans jar 0.8
com.github.gv2011 : jsong jar 0.8

test (1)

Group / Artifact Type Version
com.github.gv2011 : testutil jar 0.8

Project Modules

There are no modules declared in this project.

Maven Central Build Status

Basic ASN.1 implementation

(originally extracted from Bouncy Castle)

Versions

Version
0.2
0.1
0.0.4
0.0.3