MVN

directory-asn1 : asn1-codec

Maven & Gradle

Dec 24, 2005
14 usages

Stateful chunking codec API for ASN.1 runtime · 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.

<dependency>
    <groupId>directory-asn1</groupId>
    <artifactId>asn1-codec</artifactId>
    <version>0.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of directory-asn1 : asn1-codec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.3

All Versions

Choose a version of directory-asn1 : asn1-codec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
asn1-codec-0.3.3
asn1-codec-0.3.2
0.3
asn1-codec-0.3

How to add a dependency to Maven

Add the following directory-asn1 : asn1-codec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>directory-asn1</groupId>
    <artifactId>asn1-codec</artifactId>
    <version>0.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following directory-asn1 : asn1-codec gradle dependency to your build.gradle file:

implementation 'directory-asn1:asn1-codec:0.3.3'

Gradle Kotlin DSL: Add the following directory-asn1 : asn1-codec gradle kotlin dependency to your build.gradle.kts file:

implementation("directory-asn1:asn1-codec:0.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following directory-asn1 : asn1-codec sbt scala dependency to your build.sbt file:

libraryDependencies += "directory-asn1" % "asn1-codec" % "0.3.3"

Advertisement