Download unboundid-ldapsdk-4.0.0.jar file - Jar u

Jar examples for u:unboundid-ldapsdk

Description

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 4.0.0 in this page.

License

GNU General Public License version 2 (GPLv2)

Build File

You can use the following script to add unboundid-ldapsdk-4.0.0.jar to your project.

<dependency>
   <groupId>com.unboundid</groupId>
   <artifactId>unboundid-ldapsdk</artifactId>
   <version>4.0.0</version>
</dependency>
compile group: 'com.unboundid', name: 'unboundid-ldapsdk', version: '4.0.0'
libraryDependencies += "com.unboundid" % "unboundid-ldapsdk" % "4.0.0"
<dependency org="com.unboundid" name="unboundid-ldapsdk" rev="4.0.0"/>
@Grapes(@Grab(group='com.unboundid', module='unboundid-ldapsdk', version='4.0.0'))
'com.unboundid:unboundid-ldapsdk:jar:4.0.0'

Download

Click the following link to download the jar file.

unboundid-ldapsdk-4.0.0-javadoc.jar
unboundid-ldapsdk-4.0.0-sources.jar
unboundid-ldapsdk-4.0.0.jar
unboundid-ldapsdk-4.0.0.pom



Related Tutorials