is not current version
Last Version 6.0.5

com.unboundid:unboundid-ldapsdk 2.3.6

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.

GroupId

GroupId

com.unboundid
ArtifactId

ArtifactId

unboundid-ldapsdk
Version

Version

2.3.6
Type

Type

jar

Download unboundid-ldapsdk 2.3.6


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