MVN

org.openidentityplatform.openam : openam-ldap-utils

Maven & Gradle

Jul 20, 2023
5 usages
628 stars

OpenAM LDAP Utilities · OpenAM LDAP Utilites

<dependency>
    <groupId>org.openidentityplatform.openam</groupId>
    <artifactId>openam-ldap-utils</artifactId>
    <version>14.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 14.7.3

All Versions

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

Version Vulnerabilities Updated
14.7.x
openam-ldap-utils-14.7.3
openam-ldap-utils-14.7.2
openam-ldap-utils-14.7.1
openam-ldap-utils-14.7.0
14.6.x
openam-ldap-utils-14.6.6
openam-ldap-utils-14.6.5
openam-ldap-utils-14.6.4
openam-ldap-utils-14.6.3
openam-ldap-utils-14.6.2
openam-ldap-utils-14.6.1
14.5.x
openam-ldap-utils-14.5.4
openam-ldap-utils-14.5.3
openam-ldap-utils-14.5.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openidentityplatform.openam</groupId>
    <artifactId>openam-ldap-utils</artifactId>
    <version>14.7.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openidentityplatform.openam:openam-ldap-utils:14.7.3'

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

implementation("org.openidentityplatform.openam:openam-ldap-utils:14.7.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openidentityplatform.openam" % "openam-ldap-utils" % "14.7.3"

Advertisement