MVN

com.unboundid : unboundid-ldapsdk-commercial-edition

Maven & Gradle

Feb 14, 2017
1 usages
247 stars

UnboundID LDAP SDK for Java 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.

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

Latest Version

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

  • Latest Stable: 3.2.1

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.unboundid</groupId>
    <artifactId>unboundid-ldapsdk-commercial-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-commercial-edition gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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