не последняя версия
Последняя версия 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.

Группа

Группа

com.unboundid
Идентификатор

Идентификатор

unboundid-ldapsdk
Версия

Версия

2.3.6
Тип

Тип

jar

Скачать 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"]