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.
https://www.ldap.com/unboundid-ldap-sdk-for-java
GNU General Public License version 2 (GPLv2) GNU Lesser General Public License version 2.1 (LGPLv2.1) UnboundID LDAP SDK Free Use License
Ping Identity Corporation
Neil Wilson
Files download
File Operation
unboundid-ldapsdk-4.0.1.jar download
unboundid-ldapsdk-4.0.1.pom download
unboundid-ldapsdk-4.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.unboundid</groupId>
  <artifactId>unboundid-ldapsdk</artifactId>
  <version>4.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.unboundid:unboundid-ldapsdk:4.0.1'
Gradle Kotlin
implementation("com.unboundid:unboundid-ldapsdk:4.0.1")
Scala SBT
libraryDependencies += "com.unboundid" % "unboundid-ldapsdk" % "4.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.unboundid', module='unboundid-ldapsdk', version='4.0.1')
)
Apache Ivy
<dependency org="com.unboundid" name="unboundid-ldapsdk" rev="4.0.1" />
Leiningen
[com.unboundid/unboundid-ldapsdk "4.0.1"]
Apache Buildr
'com.unboundid:unboundid-ldapsdk:jar:4.0.1'
Dependencies
The project has no third-party dependencies