GroupId | GroupIddirectory-asn1 |
---|---|
ArtifactId | ArtifactIdasn1-der |
Last Version | Last Version0.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionASN.1 DER Runtime
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.
|
Filename | Size |
---|---|
asn1-der-0.3.3.pom | |
asn1-der-0.3.3.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/directory-asn1/asn1-der/ -->
<dependency>
<groupId>directory-asn1</groupId>
<artifactId>asn1-der</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/directory-asn1/asn1-der/
implementation 'directory-asn1:asn1-der:0.3.3'
// https://jarcasting.com/artifacts/directory-asn1/asn1-der/
implementation ("directory-asn1:asn1-der:0.3.3")
'directory-asn1:asn1-der:jar:0.3.3'
<dependency org="directory-asn1" name="asn1-der" rev="0.3.3">
<artifact name="asn1-der" type="jar" />
</dependency>
@Grapes(
@Grab(group='directory-asn1', module='asn1-der', version='0.3.3')
)
libraryDependencies += "directory-asn1" % "asn1-der" % "0.3.3"
[directory-asn1/asn1-der "0.3.3"]