u

unboundid-ldapsdk-minimal-edition

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 Minimal Edition of the LDAP SDK, which is a stripped-down version of the Standard Edition that includes full support for the LDAP protocol and LDIF parsing, but omits a number of optional elements, like many of the controls and extended operations, the LDAP persistence framework, and LDAP listener framework. The Minimal Edition is primarily intended for use in space-constrained and/or memory-constrained environments, like in Android apps or embedded systems.
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
UnboundID Corp.
Neil Wilson
Files download
File Operation
unboundid-ldapsdk-minimal-edition-3.1.0.jar download
unboundid-ldapsdk-minimal-edition-3.1.0.pom download
unboundid-ldapsdk-minimal-edition-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.unboundid</groupId>
  <artifactId>unboundid-ldapsdk-minimal-edition</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.unboundid:unboundid-ldapsdk-minimal-edition:3.1.0'
Gradle Kotlin
implementation("com.unboundid:unboundid-ldapsdk-minimal-edition:3.1.0")
Scala SBT
libraryDependencies += "com.unboundid" % "unboundid-ldapsdk-minimal-edition" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.unboundid', module='unboundid-ldapsdk-minimal-edition', version='3.1.0')
)
Apache Ivy
<dependency org="com.unboundid" name="unboundid-ldapsdk-minimal-edition" rev="3.1.0" />
Leiningen
[com.unboundid/unboundid-ldapsdk-minimal-edition "3.1.0"]
Apache Buildr
'com.unboundid:unboundid-ldapsdk-minimal-edition:jar:3.1.0'
Dependencies
The project has no third-party dependencies