is not current version
Last Version 0.9.3

directory-shared:ldap-common 0.9.2

Common LDAP packages used for protocol compliant parsing of distinguished names, LDIFs, filters, and urls. Also contains the Common Message API which enables a plugable interface for ASN.1 BER Message codec providers.

GroupId

GroupId

directory-shared
ArtifactId

ArtifactId

ldap-common
Version

Version

0.9.2
Type

Type

jar

Download ldap-common 0.9.2


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