Download jldap-4.3.jar file - Jar j

Jar examples for j:jldap

Description

The LDAP Class Libraries for Java (JLDAP) enable you to write applications to access, manage, update, and search for information stored in directories accessible using LDAPv3.

You can download jar file jldap 4.3 in this page.

License

The OpenLDAP Public License

Build File

You can use the following script to add jldap-4.3.jar to your project.

<dependency>
   <groupId>com.novell.ldap</groupId>
   <artifactId>jldap</artifactId>
   <version>4.3</version>
</dependency>
compile group: 'com.novell.ldap', name: 'jldap', version: '4.3'
libraryDependencies += "com.novell.ldap" % "jldap" % "4.3"
<dependency org="com.novell.ldap" name="jldap" rev="4.3"/>
@Grapes(@Grab(group='com.novell.ldap', module='jldap', version='4.3'))
'com.novell.ldap:jldap:jar:4.3'

Download

Click the following link to download the jar file.

jldap-4.3-javadoc.jar
jldap-4.3-sources.jar
jldap-4.3.jar
jldap-4.3.pom



Related Tutorials