MVN

directory-asn1 : asn1

Maven & Gradle

Jan 23, 2006

Apache ASN.1 · The ASN.1 subproject attempts to isolate the ASN.1 libraries and tools for encoding ASN.1 in BER/DER/CER/PER encodings. The LDAP and X.500 aspects of the directory project impose the need for ASN.1 and BER codecs. Kerberos requires DER. Rather than implement highly specific and britle code for these needs we decided to separate out the APIs and implementations used for dealing with ASN.1 codecs for any ASN.1 defined protocol.

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

Latest Version

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

  • Latest Stable: 0.3.3

All Versions

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

Version Vulnerabilities Updated
0.3.x
asn1-0.3.3

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'directory-asn1:asn1:0.3.3'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Dec 24, 2005
14 usages
Dec 24, 2005
9 usages
Dec 24, 2005
8 usages
Dec 24, 2005
1 usages
Jan 23, 2006

Discover Dependencies

Jul 28, 2011
2 usages
Sep 20, 2005
Nov 11, 2014
1 usages
47.6k stars
Jun 12, 2013
3 usages
Aug 16, 2013
344 stars
Mar 08, 2013
10 usages
Jan 13, 2015
2 stars
Mar 20, 2014
545 stars
Jan 16, 2015
677 stars