MVN

com.unboundid : unboundid-ldapsdk-minimal-edition

Maven & Gradle

Feb 14, 2017
4 usages
247 stars

UnboundID LDAP SDK for Java Minimal 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 Minimal Edition of the LDAP SDK, which is a stripped-down version of the Standard Edition that includes full support for the LDAP protocol and LDIF parsing, but omits a number of optional elements, like many of the controls and extended operations, the LDAP persistence framework, and LDAP listener framework. The Minimal Edition is primarily intended for use in space-constrained and/or memory-constrained environments, like in Android apps or embedded systems.

<dependency>
    <groupId>com.unboundid</groupId>
    <artifactId>unboundid-ldapsdk-minimal-edition</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.unboundid : unboundid-ldapsdk-minimal-edition to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1

All Versions

Choose a version of com.unboundid : unboundid-ldapsdk-minimal-edition to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
unboundid-ldapsdk-minimal-edition-3.2.1
CVE-2018-1000134
unboundid-ldapsdk-minimal-edition-3.2.0
CVE-2018-1000134
3.1.x
unboundid-ldapsdk-minimal-edition-3.1.1
CVE-2018-1000134
unboundid-ldapsdk-minimal-edition-3.1.0
CVE-2018-1000134
3.0.x
unboundid-ldapsdk-minimal-edition-3.0.0
CVE-2018-1000134

How to add a dependency to Maven

Add the following com.unboundid : unboundid-ldapsdk-minimal-edition maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.unboundid</groupId>
    <artifactId>unboundid-ldapsdk-minimal-edition</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.unboundid : unboundid-ldapsdk-minimal-edition gradle dependency to your build.gradle file:

implementation 'com.unboundid:unboundid-ldapsdk-minimal-edition:3.2.1'

Gradle Kotlin DSL: Add the following com.unboundid : unboundid-ldapsdk-minimal-edition gradle kotlin dependency to your build.gradle.kts file:

implementation("com.unboundid:unboundid-ldapsdk-minimal-edition:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.unboundid : unboundid-ldapsdk-minimal-edition sbt scala dependency to your build.sbt file:

libraryDependencies += "com.unboundid" % "unboundid-ldapsdk-minimal-edition" % "3.2.1"

Advertisement

Dependencies from Group

Jun 07, 2023
731 usages
302 stars
Feb 14, 2017
4 usages
247 stars
Feb 14, 2017
1 usages
247 stars
Jun 29, 2023
1 usages

Discover Dependencies

Jul 15, 2023
9 usages
Jul 04, 2022
16 usages
13 stars
Aug 08, 2023
11 usages
3.6k stars
Apr 27, 2023
5 usages
1.1k stars
Feb 13, 2016
9 usages
0 stars
Feb 04, 2022
6 usages
3 stars
Jan 03, 2018
2 usages
7 stars
Aug 14, 2019
1 usages
112 stars