is not current version
Last Version 3.2.1

com.unboundid:unboundid-ldapsdk-commercial-edition 3.2.0

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 Commercial Edition of the LDAP SDK, which includes all of the general-purpose functionality contained in the Standard Edition, plus additional functionality specific to UnboundID server products.

GroupId

GroupId

com.unboundid
ArtifactId

ArtifactId

unboundid-ldapsdk-commercial-edition
Version

Version

3.2.0
Type

Type

jar

Download unboundid-ldapsdk-commercial-edition 3.2.0


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