| ... | ... | @@ -5,16 +5,16 @@ The EDLdap library is a Java based library which can be used to interact with th |
|
|
|
|
|
|
|
| Version | License | API Documentation |
|
|
|
|
| -------- | -------- | -------- |
|
|
|
|
| 3.2.0 | <a href="https://git.it.vt.edu/middleware/edldap/raw/master/LICENSE" >License</a> | <a href="https://middleware.vt.edu/edldap/javadoc/index.html" target="_blank">Javadocs</a> |
|
|
|
|
| 3.3.0 | <a href="https://git.it.vt.edu/middleware/edldap/raw/master/LICENSE" >License</a> | <a href="https://middleware.vt.edu/edldap/javadoc/index.html" target="_blank">Javadocs</a> |
|
|
|
|
|
|
|
|
### Download
|
|
|
|
|
|
|
|
<a href="https://git.it.vt.edu/middleware/edldap/wikis/downloads/3.2.0/edldap-3.2.0-dist.zip" >Zip Distribution</a>
|
|
|
|
<a href="https://git.it.vt.edu/middleware/edldap/wikis/downloads/3.2.0/edldap-3.2.0-dist.zip.asc" >Signature</a>
|
|
|
|
<a href="https://code.vt.edu/middleware/edldap/wikis/downloads/3.3.0/edldap-3.3.0-dist.zip" >Zip Distribution</a>
|
|
|
|
<a href="https://code.vt.edu/middleware/edldap/wikis/downloads/3.3.0/edldap-3.3.0-dist.zip.asc" >Signature</a>
|
|
|
|
|
|
|
|
|
|
|
|
<a href="https://git.it.vt.edu/middleware/edldap/wikis/downloads/3.2.0/edldap-3.2.0-dist.tar.gz" >TGZ Distribution</a>
|
|
|
|
<a href="https://git.it.vt.edu/middleware/edldap/wikis/downloads/3.2.0/edldap-3.2.0-dist.tar.gz.asc" >Signature</a>
|
|
|
|
<a href="https://code.vt.edu/middleware/edldap/wikis/downloads/3.3.0/edldap-3.3.0-dist.tar.gz" >TGZ Distribution</a>
|
|
|
|
<a href="https://code.vt.edu/middleware/edldap/wikis/downloads/3.3.0/edldap-3.3.0-dist.tar.gz.asc" >Signature</a>
|
|
|
|
|
|
|
|
|
|
|
|
### Maven
|
| ... | ... | @@ -25,14 +25,14 @@ If you would like to use this project in your maven build, include the following |
|
|
|
<dependency>
|
|
|
|
<groupId>edu.vt.middleware</groupId>
|
|
|
|
<artifactId>edldap</artifactId>
|
|
|
|
<version>3.2.0</version>
|
|
|
|
<version>3.3.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>middleware.vt.edu.repo</id>
|
|
|
|
<url>https://git.it.vt.edu/middleware/maven-repo/raw/master</url>
|
|
|
|
<url>https://code.vt.edu/middleware/maven-repo/raw/master</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
```
|
| ... | ... | |
| ... | ... | |