Download unboundid-ldapsdk-commercial-edition-3.2.1.jar file - Jar u

Jar examples for u:unboundid-ldapsdk-commercial-edition

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 Commercial Edition of the LDAP SDK, which includes all of the general-purpose functionality contained in the Standard Edition, plus additional functionality specific to UnboundID/Ping Identity server products.

You can download jar file unboundid-ldapsdk-commercial-edition 3.2.1 in this page.

License

GNU General Public License version 2 (GPLv2)

Build File

You can use the following script to add unboundid-ldapsdk-commercial-edition-3.2.1.jar to your project.

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

Download

Click the following link to download the jar file.

unboundid-ldapsdk-commercial-edition-3.2.1-javadoc.jar
unboundid-ldapsdk-commercial-edition-3.2.1-sources.jar
unboundid-ldapsdk-commercial-edition-3.2.1.jar
unboundid-ldapsdk-commercial-edition-3.2.1.pom



Related Tutorials