MVN

org.openidentityplatform.opendj : opendj-ldap-toolkit

Maven & Gradle

Jul 20, 2023
1 usages
302 stars

OpenDJ SDK Toolkit · This module includes LDAP command line tools based on the OpenDJ LDAP SDK.

<dependency>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-ldap-toolkit</artifactId>
    <version>4.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openidentityplatform.opendj : opendj-ldap-toolkit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.5

All Versions

Choose a version of org.openidentityplatform.opendj : opendj-ldap-toolkit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
opendj-ldap-toolkit-4.5.5
opendj-ldap-toolkit-4.5.4
opendj-ldap-toolkit-4.5.3
opendj-ldap-toolkit-4.5.2
opendj-ldap-toolkit-4.5.1
opendj-ldap-toolkit-4.5.0
4.4.x
opendj-ldap-toolkit-4.4.15
opendj-ldap-toolkit-4.4.14
opendj-ldap-toolkit-4.4.13
opendj-ldap-toolkit-4.4.12
opendj-ldap-toolkit-4.4.11
opendj-ldap-toolkit-4.4.10
opendj-ldap-toolkit-4.4.9
opendj-ldap-toolkit-4.4.8
opendj-ldap-toolkit-4.4.7

How to add a dependency to Maven

Add the following org.openidentityplatform.opendj : opendj-ldap-toolkit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-ldap-toolkit</artifactId>
    <version>4.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openidentityplatform.opendj : opendj-ldap-toolkit gradle dependency to your build.gradle file:

implementation 'org.openidentityplatform.opendj:opendj-ldap-toolkit:4.5.5'

Gradle Kotlin DSL: Add the following org.openidentityplatform.opendj : opendj-ldap-toolkit gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openidentityplatform.opendj:opendj-ldap-toolkit:4.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openidentityplatform.opendj : opendj-ldap-toolkit sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openidentityplatform.opendj" % "opendj-ldap-toolkit" % "4.5.5"