j

jasn1-compiler

jASN1 Compiler generates Java classes out of ASN.1 code that can be used to encode/decode BER data.
http://www.beanit.com/
Apache License, Version 2.0
Beanit GmbH
Files download
File Operation
jasn1-compiler-1.11.3.jar download
jasn1-compiler-1.11.3.pom download
jasn1-compiler-1.11.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.beanit</groupId>
  <artifactId>jasn1-compiler</artifactId>
  <version>1.11.3</version>
</dependency>
Gradle Groovy
implementation 'com.beanit:jasn1-compiler:1.11.3'
Gradle Kotlin
implementation("com.beanit:jasn1-compiler:1.11.3")
Scala SBT
libraryDependencies += "com.beanit" % "jasn1-compiler" % "1.11.3"
Groovy Grape
@Grapes(
  @Grab(group='com.beanit', module='jasn1-compiler', version='1.11.3')
)
Apache Ivy
<dependency org="com.beanit" name="jasn1-compiler" rev="1.11.3" />
Leiningen
[com.beanit/jasn1-compiler "1.11.3"]
Apache Buildr
'com.beanit:jasn1-compiler:jar:1.11.3'