Latest distribution

Download version 2.3.1 which includes source code and classes in zip or tar.gz format

Individual artifacts are available in the Maven Central Repository. If you would like to use this project in your maven build, include the following in your pom.xml:

<dependencies>
  <dependency>
    <groupId>org.ldaptive</groupId>
    <artifactId>ldaptive</artifactId>
    <version>2.3.1</version>
  </dependency>
</dependencies>