is not current version
Last Version 0.3.3

directory-asn1:asn1-der 0.3

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.

GroupId

GroupId

directory-asn1
ArtifactId

ArtifactId

asn1-der
Version

Version

0.3
Type

Type

jar

Download asn1-der 0.3


<!-- https://jarcasting.com/artifacts/directory-asn1/asn1-der/ -->
<dependency>
    <groupId>directory-asn1</groupId>
    <artifactId>asn1-der</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/directory-asn1/asn1-der/
implementation 'directory-asn1:asn1-der:0.3'
// https://jarcasting.com/artifacts/directory-asn1/asn1-der/
implementation ("directory-asn1:asn1-der:0.3")
'directory-asn1:asn1-der:jar:0.3'
<dependency org="directory-asn1" name="asn1-der" rev="0.3">
  <artifact name="asn1-der" type="jar" />
</dependency>
@Grapes(
@Grab(group='directory-asn1', module='asn1-der', version='0.3')
)
libraryDependencies += "directory-asn1" % "asn1-der" % "0.3"
[directory-asn1/asn1-der "0.3"]