Downloads

Get the latest Spring LDAP releases here

Sources

Sources are available in the Spring Framework Subversion repository:

  • http://src.springframework.org/svn/spring-ldap/trunk (latest sources)
  • http://src.springframework.org/svn/spring-ldap/tags/spring-ldap-1.3.1.RELEASE (1.3.1 release sources)

Maven Users

Artifacts for all production releases are available from the central Maven repository. The dependencies in 1.3.1 are:

<dependency>
        <groupId>org.springframework.ldap</groupId>
        <artifactId>spring-ldap-core</artifactId>
        <version>1.3.1.RELEASE</version>
</dependency>
<dependency>
        <groupId>org.springframework.ldap</groupId>
        <artifactId>spring-ldap-core-tiger</artifactId>
        <version>1.3.1.RELEASE</version>
</dependency>
<dependency>
        <groupId>org.springframework.ldap</groupId>
        <artifactId>spring-ldap-test</artifactId>
        <version>1.3.1.RELEASE</version>
</dependency>
<dependency>
        <groupId>org.springframework.ldap</groupId>
        <artifactId>spring-ldap-ldif-core</artifactId>
        <version>1.3.1.RELEASE</version>
</dependency>
<dependency>
        <groupId>org.springframework.ldap</groupId>
        <artifactId>spring-ldap-ldif-batch</artifactId>
        <version>1.3.1.RELEASE</version>
</dependency>
<dependency>
        <groupId>org.springframework.ldap</groupId>
        <artifactId>spring-ldap-odm</artifactId>
        <version>1.3.1.RELEASE</version>
</dependency>

Release candidates and milestones are available from the Spring Source milestone repository:

<repositories>
        <repository>
                <id>spring-milestone</id>
                <name>Spring Portfolio Milestone Repository</name>
                <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
        </repository>
</repositories>

At this point there are no milestones or release candidates.