The EDLdap library is a Java based library which can be used to interact with the Enterprise Directory LDAPs.
| Version: | 2.0 |
|---|---|
| License: | GNU Lesser General Public License |
Zip Distribution SHA1(edldap-2.0-dist.zip)= 67c58fea4528bf58b864e1896c6fbb6fccb73835
TGZ Distribution SHA1(edldap-2.0-dist.tar.gz)= 67b234a943be35ba133eb271bc4a132b0640cc7a
If you would like to use this project in your maven build, include the following in your pom.xml:
<dependencies> <dependency> <groupId>edu.vt.middleware</groupId> <artifactId>edldap</artifactId> <version>2.0</version> </dependency> <dependencies> <repositories> <repository> <id>middleware.vt.edu.repo</id> <url>http://middleware.vt.edu/maven2</url> </repository> </repositories>