Jar examples for u:unboundid-ldapsdk
The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use Java API for communicating with LDAP directory servers and performing related tasks like reading and writing LDIF, encoding and decoding data using base64 and ASN.1 BER, and performing secure communication. This package contains the Standard Edition of the LDAP SDK, which is a complete, general-purpose library for communicating with LDAPv3 directory servers.
You can download jar file unboundid-ldapsdk 2.3.5 in this page.
GNU General Public License version 2 (GPLv2)
You can use the following script to add unboundid-ldapsdk-2.3.5.jar to your project.
<dependency> <groupId>com.unboundid</groupId> <artifactId>unboundid-ldapsdk</artifactId> <version>2.3.5</version> </dependency>
compile group: 'com.unboundid', name: 'unboundid-ldapsdk', version: '2.3.5'
libraryDependencies += "com.unboundid" % "unboundid-ldapsdk" % "2.3.5"
<dependency org="com.unboundid" name="unboundid-ldapsdk" rev="2.3.5"/>
@Grapes(@Grab(group='com.unboundid', module='unboundid-ldapsdk', version='2.3.5'))
'com.unboundid:unboundid-ldapsdk:jar:2.3.5'
Click the following link to download the jar file.
unboundid-ldapsdk-2.3.5-javadoc.jar