u

unboundid-ldapsdk-commercial-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 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/Ping Identity server products.
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-commercial-edition-3.2.1.jar download
unboundid-ldapsdk-commercial-edition-3.2.1.pom download
unboundid-ldapsdk-commercial-edition-3.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.unboundid</groupId>
  <artifactId>unboundid-ldapsdk-commercial-edition</artifactId>
  <version>3.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.unboundid:unboundid-ldapsdk-commercial-edition:3.2.1'
Gradle Kotlin
implementation("com.unboundid:unboundid-ldapsdk-commercial-edition:3.2.1")
Scala SBT
libraryDependencies += "com.unboundid" % "unboundid-ldapsdk-commercial-edition" % "3.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.unboundid', module='unboundid-ldapsdk-commercial-edition', version='3.2.1')
)
Apache Ivy
<dependency org="com.unboundid" name="unboundid-ldapsdk-commercial-edition" rev="3.2.1" />
Leiningen
[com.unboundid/unboundid-ldapsdk-commercial-edition "3.2.1"]
Apache Buildr
'com.unboundid:unboundid-ldapsdk-commercial-edition:jar:3.2.1'
Dependencies
The project has no third-party dependencies