MVN

com.novell.ldap : jldap

Maven & Gradle

Feb 19, 2013
20 usages

LDAP Class Libraries for Java (JLDAP) · The LDAP Class Libraries for Java (JLDAP) enable you to write applications to access, manage, update, and search for information stored in directories accessible using LDAPv3.

<dependency>
    <groupId>com.novell.ldap</groupId>
    <artifactId>jldap</artifactId>
    <version>2009-10-07</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.novell.ldap : jldap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2009-10-07

All Versions

Choose a version of com.novell.ldap : jldap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2009
jldap-2009-10-07
2006
jldap-2006-09-28
4.3
jldap-4.3

How to add a dependency to Maven

Add the following com.novell.ldap : jldap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.novell.ldap</groupId>
    <artifactId>jldap</artifactId>
    <version>2009-10-07</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.novell.ldap : jldap gradle dependency to your build.gradle file:

implementation 'com.novell.ldap:jldap:2009-10-07'

Gradle Kotlin DSL: Add the following com.novell.ldap : jldap gradle kotlin dependency to your build.gradle.kts file:

implementation("com.novell.ldap:jldap:2009-10-07")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.novell.ldap : jldap sbt scala dependency to your build.sbt file:

libraryDependencies += "com.novell.ldap" % "jldap" % "2009-10-07"

Advertisement