is not current version
Last Version 6.0.5

com.unboundid:unboundid-ldapsdk 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 Standard Edition of the LDAP SDK, which is a complete, general-purpose library for communicating with LDAPv3 directory servers.

GroupId

GroupId

com.unboundid
ArtifactId

ArtifactId

unboundid-ldapsdk
Version

Version

3.2.1
Type

Type

jar

Download unboundid-ldapsdk 3.2.1


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