j

jasn1

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