MVN

org.openmdx : openmdx-ldap

Maven & Gradle

Mar 31, 2023
16 stars

openmdx-ldap · openMDX/Ldap Library

<dependency>
    <groupId>org.openmdx</groupId>
    <artifactId>openmdx-ldap</artifactId>
    <version>2.18.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.18.1

All Versions

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

Version Vulnerabilities Updated
2.18.x
openmdx-ldap-2.18.1
openmdx-ldap-2.18.0
2.17.x
openmdx-ldap-2.17.10
openmdx-ldap-2.17.9
openmdx-ldap-2.17.8
openmdx-ldap-2.17.7
openmdx-ldap-2.17.5
openmdx-ldap-2.17.2
openmdx-ldap-2.17.1
openmdx-ldap-2.17.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openmdx</groupId>
    <artifactId>openmdx-ldap</artifactId>
    <version>2.18.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openmdx:openmdx-ldap:2.18.1'

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

implementation("org.openmdx:openmdx-ldap:2.18.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openmdx" % "openmdx-ldap" % "2.18.1"

Advertisement