j

jasn1

jASN1 is a library used for encoding and decoding ASN.1 BER messages.
http://www.beanit.com/
Apache License, Version 2.0
The jASN1 Authors
Files download
File Operation
jasn1-1.11.0.jar download
jasn1-1.11.0.pom download
jasn1-1.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.beanit</groupId>
  <artifactId>jasn1</artifactId>
  <version>1.11.0</version>
</dependency>
Gradle Groovy
implementation 'com.beanit:jasn1:1.11.0'
Gradle Kotlin
implementation("com.beanit:jasn1:1.11.0")
Scala SBT
libraryDependencies += "com.beanit" % "jasn1" % "1.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.beanit', module='jasn1', version='1.11.0')
)
Apache Ivy
<dependency org="com.beanit" name="jasn1" rev="1.11.0" />
Leiningen
[com.beanit/jasn1 "1.11.0"]
Apache Buildr
'com.beanit:jasn1:jar:1.11.0'
Dependencies