is not current version
Last Version 1.11.3

com.beanit:jasn1-compiler 1.11.2

jASN1 Compiler generates Java classes out of ASN.1 code that can be used to encode/decode BER data.

GroupId

GroupId

com.beanit
ArtifactId

ArtifactId

jasn1-compiler
Version

Version

1.11.2
Type

Type

jar

Download jasn1-compiler 1.11.2


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