Last Version

UnboundID LDAP SDK for Java Minimal Edition 3.2.1

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.

License

License

GroupId

GroupId

com.unboundid
ArtifactId

ArtifactId

unboundid-ldapsdk-minimal-edition
Version

Version

3.2.1
Type

Type

jar
Description

Description

UnboundID LDAP SDK for Java 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.
Project URL

Project URL

https://www.ldap.com/unboundid-ldap-sdk-for-java
Project Organization

Project Organization

UnboundID Corp.
Source Code Management

Source Code Management

https://github.com/UnboundID/ldapsdk

Download unboundid-ldapsdk-minimal-edition 3.2.1


<!-- https://jarcasting.com/artifacts/com.unboundid/unboundid-ldapsdk-minimal-edition/ -->
<dependency>
    <groupId>com.unboundid</groupId>
    <artifactId>unboundid-ldapsdk-minimal-edition</artifactId>
    <version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.unboundid/unboundid-ldapsdk-minimal-edition/
implementation 'com.unboundid:unboundid-ldapsdk-minimal-edition:3.2.1'
// https://jarcasting.com/artifacts/com.unboundid/unboundid-ldapsdk-minimal-edition/
implementation ("com.unboundid:unboundid-ldapsdk-minimal-edition:3.2.1")
'com.unboundid:unboundid-ldapsdk-minimal-edition:jar:3.2.1'
<dependency org="com.unboundid" name="unboundid-ldapsdk-minimal-edition" rev="3.2.1">
  <artifact name="unboundid-ldapsdk-minimal-edition" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unboundid', module='unboundid-ldapsdk-minimal-edition', version='3.2.1')
)
libraryDependencies += "com.unboundid" % "unboundid-ldapsdk-minimal-edition" % "3.2.1"
[com.unboundid/unboundid-ldapsdk-minimal-edition "3.2.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.