License |
License |
---|---|
GroupId | GroupIdcom.unboundid |
ArtifactId | ArtifactIdunboundid-ldapsdk |
Last Version | Last Version6.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnboundID LDAP SDK for Java
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
unboundid-ldapsdk-6.0.5.pom | |
unboundid-ldapsdk-6.0.5.jar | 1 MB |
unboundid-ldapsdk-6.0.5-sources.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.unboundid/unboundid-ldapsdk/ -->
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<version>6.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.unboundid/unboundid-ldapsdk/
implementation 'com.unboundid:unboundid-ldapsdk:6.0.5'
// https://jarcasting.com/artifacts/com.unboundid/unboundid-ldapsdk/
implementation ("com.unboundid:unboundid-ldapsdk:6.0.5")
'com.unboundid:unboundid-ldapsdk:jar:6.0.5'
<dependency org="com.unboundid" name="unboundid-ldapsdk" rev="6.0.5">
<artifact name="unboundid-ldapsdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unboundid', module='unboundid-ldapsdk', version='6.0.5')
)
libraryDependencies += "com.unboundid" % "unboundid-ldapsdk" % "6.0.5"
[com.unboundid/unboundid-ldapsdk "6.0.5"]