Download ldap-common-0.9.3.jar file - Jar l

Jar examples for l:ldap-common

Description

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.

You can download jar file ldap-common 0.9.3 in this page.

Build File

You can use the following script to add ldap-common-0.9.3.jar to your project.

<dependency>
   <groupId>directory-shared</groupId>
   <artifactId>ldap-common</artifactId>
   <version>0.9.3</version>
</dependency>
compile group: 'directory-shared', name: 'ldap-common', version: '0.9.3'
libraryDependencies += "directory-shared" % "ldap-common" % "0.9.3"
<dependency org="directory-shared" name="ldap-common" rev="0.9.3"/>
@Grapes(@Grab(group='directory-shared', module='ldap-common', version='0.9.3'))
'directory-shared:ldap-common:jar:0.9.3'

Download

Click the following link to download the jar file.

ldap-common-0.9.3.jar
ldap-common-0.9.3.pom



Related Tutorials