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.
'com.novell.ldap:jldap:4.3'
<dependency> <groupId>com.novell.ldap</groupId> <artifactId>jldap</artifactId> <version>4.3</version> </dependency>
<dependency org="com.novell.ldap" name="jldap" rev="4.3"/>
"com.novell.ldap", "jldap", "4.3"