u

unboundid-ldapsdk

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.
https://github.com/pingidentity/ldapsdk
GNU General Public License version 2 (GPLv2) GNU Lesser General Public License version 2.1 (LGPLv2.1) UnboundID LDAP SDK Free Use License
Ping Identity Corporation
Neil Wilson
文件下载
文件名 操作
unboundid-ldapsdk-4.0.10.jar 下载
unboundid-ldapsdk-4.0.10.pom 下载
unboundid-ldapsdk-4.0.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.unboundid</groupId>
  <artifactId>unboundid-ldapsdk</artifactId>
  <version>4.0.10</version>
</dependency>
Gradle Groovy
implementation 'com.unboundid:unboundid-ldapsdk:4.0.10'
Gradle Kotlin
implementation("com.unboundid:unboundid-ldapsdk:4.0.10")
Scala SBT
libraryDependencies += "com.unboundid" % "unboundid-ldapsdk" % "4.0.10"
Groovy Grape
@Grapes(
  @Grab(group='com.unboundid', module='unboundid-ldapsdk', version='4.0.10')
)
Apache Ivy
<dependency org="com.unboundid" name="unboundid-ldapsdk" rev="4.0.10" />
Leiningen
[com.unboundid/unboundid-ldapsdk "4.0.10"]
Apache Buildr
'com.unboundid:unboundid-ldapsdk:jar:4.0.10'
本项目依赖
该项目无第三方依赖