MVN

org.apache.directory.shared : shared-ldap-jndi

Maven & Gradle

Apr 02, 2010
1 usages

Apache Directory Shared JNDI · Shared libraries for client side JNDI handling that may be used both in the server and in studio.

<dependency>
    <groupId>org.apache.directory.shared</groupId>
    <artifactId>shared-ldap-jndi</artifactId>
    <version>0.9.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.directory.shared : shared-ldap-jndi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.19

All Versions

Choose a version of org.apache.directory.shared : shared-ldap-jndi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
shared-ldap-jndi-0.9.19
shared-ldap-jndi-0.9.18
shared-ldap-jndi-0.9.17
shared-ldap-jndi-0.9.16
shared-ldap-jndi-0.9.15
shared-ldap-jndi-0.9.14
shared-ldap-jndi-0.9.13
shared-ldap-jndi-0.9.12
shared-ldap-jndi-0.9.11
shared-ldap-jndi-0.9.10
shared-ldap-jndi-0.9.9
shared-ldap-jndi-0.9.8

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.directory.shared</groupId>
    <artifactId>shared-ldap-jndi</artifactId>
    <version>0.9.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.directory.shared : shared-ldap-jndi gradle dependency to your build.gradle file:

implementation 'org.apache.directory.shared:shared-ldap-jndi:0.9.19'

Gradle Kotlin DSL: Add the following org.apache.directory.shared : shared-ldap-jndi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.directory.shared:shared-ldap-jndi:0.9.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.directory.shared : shared-ldap-jndi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.directory.shared" % "shared-ldap-jndi" % "0.9.19"