Download asn1-ber-0.3.3.jar file - Jar a

Jar examples for a:asn1-ber

Description

API containing functionality used for encoding and decoding BER streams both in blocking and non-blocking modes.

You can download jar file asn1-ber 0.3.3 in this page.

Build File

You can use the following script to add asn1-ber-0.3.3.jar to your project.

<dependency>
   <groupId>asn1-ber</groupId>
   <artifactId>asn1-ber</artifactId>
   <version>0.3.3</version>
</dependency>
compile group: 'asn1-ber', name: 'asn1-ber', version: '0.3.3'
libraryDependencies += "asn1-ber" % "asn1-ber" % "0.3.3"
<dependency org="asn1-ber" name="asn1-ber" rev="0.3.3"/>
@Grapes(@Grab(group='asn1-ber', module='asn1-ber', version='0.3.3'))
'asn1-ber:asn1-ber:jar:0.3.3'

Download

Click the following link to download the jar file.

asn1-ber-0.3.3.jar
asn1-ber-0.3.3.pom



Related Tutorials