Download asn1-der-0.3.2.jar file - Jar a

Jar examples for a:asn1-der

Description

API containing functionality used for encoding and decoding DER streams in blocking mode. This is stepping-stone code meant to facilitate the migration of Kerberos, which was developed outside of the ASF, to the Apache Directory project's ASN.1 Runtime.

You can download jar file asn1-der 0.3.2 in this page.

Build File

You can use the following script to add asn1-der-0.3.2.jar to your project.

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

Download

Click the following link to download the jar file.

asn1-der-0.3.2.jar
asn1-der-0.3.2.pom



Related Tutorials