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

Jar examples for a:asn1-codec

Description

API for stackable stateful encoders and decoders. Such codec interfaces allow for the efficient processing of data as it is made available while maintaining small actively processing footprints. Of course these aspects depend on the implementation as well however this API standardizes the minimum set of interfaces associated with codec's that are stateful. Until this API is added to the commons-codec project several interfaces and classes here are duplicated to minimize the number of dependencies: namely a dependency on commons-codec will be avoided.

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

Build File

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

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

Download

Click the following link to download the jar file.

asn1-codec-0.3.2.jar
asn1-codec-0.3.2.pom



Related Tutorials