is not current version
Last Version 1.11.3

com.beanit:jasn1 1.11.2

jASN1 is a library used for encoding and decoding ASN.1 BER messages.

GroupId

GroupId

com.beanit
ArtifactId

ArtifactId

jasn1
Version

Version

1.11.2
Type

Type

jar

Download jasn1 1.11.2


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