You can download spring-ldap-test-2.3.1.release.jar in this page.
The Apache Software License, Version 2.0
spring-ldap-test-2.3.1.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/license.txt META-INF/notice.txt org.springframework.ldap.test.AbstractEc2InstanceLaunchingFactoryBean.class org.springframework.ldap.test.AttributeCheckAttributesMapper.class org.springframework.ldap.test.AttributeCheckContextMapper.class org.springframework.ldap.test.ContextSourceEc2InstanceLaunchingFactoryBean.class org.springframework.ldap.test.DummyDirContext.class org.springframework.ldap.test.EmbeddedLdapServer.class org.springframework.ldap.test.EmbeddedLdapServerFactoryBean.class org.springframework.ldap.test.LdapTestUtils.class org.springframework.ldap.test.LdifPopulator.class org.springframework.ldap.test.TestContextSourceFactoryBean.class org.springframework.ldap.test.unboundid.EmbeddedLdapServer.class org.springframework.ldap.test.unboundid.EmbeddedLdapServerFactoryBean.class org.springframework.ldap.test.unboundid.LdapTestUtils.class org.springframework.ldap.test.unboundid.LdifPopulator.class org.springframework.ldap.test.unboundid.TestContextSourceFactoryBean.class
spring-ldap-test-2.3.1.release.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-test</artifactId> <version>2.3.1.RELEASE</version> <name>spring-ldap-test</name> <description>spring-ldap-test</description> <url>http://www.springframework.org/ldap</url> <organization> <name>SpringSource</name> <url>http://springsource.org/</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>rwinch</id> <name>Rob Winch</name> <email>rwinch@gopivotal.com</email> </developer> <developer> <id>marthursson</id> <name>Mattias Hellborg Arthursson</name> <email>mattias@261consulting.com</email> <organization>261 Consulting</organization> <organizationUrl>http://www.261consulting.com</organizationUrl> </developer> <developer> <id>ulsa</id> <name>Ulrik Sandberg</name> <email>ulrik.sandberg@jayway.com</email> <organization>Jayway</organization> <organizationUrl>http://www.jayway.com</organizationUrl> </developer> </developers> <contributors> <contributor> <name>Eric Dalquist</name> </contributor> <contributor> <name>Marius Scurtescu</name> </contributor> <contributor> <name>Tim Terry</name> </contributor> <contributor> <name>Keith Barlow</name> </contributor> <contributor> <name>Paul Harvey</name> </contributor> <contributor> <name>Marvin S. Addison</name> </contributor> </contributors> <scm> <connection>scm:git:git://github.com/SpringSource/spring-ldap</connection> <developerConnection>scm:git:git://github.com/SpringSource/spring-ldap</developerConnection> <url>https://github.com/SpringSource/spring-ldap</url> </scm> <dependencies> <dependency> <groupId>com.google.code.typica</groupId> <artifactId>typica</artifactId> <version>1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <version>1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-core</artifactId> <version>2.3.1.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-ldif-core</artifactId> <version>2.3.1.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>4.3.4.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>4.3.4.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>4.3.4.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>4.3.4.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.unboundid</groupId> <artifactId>unboundid-ldapsdk</artifactId> <version>3.1.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-core</artifactId> <version>1.5.5</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-core-entry</artifactId> <version>1.5.5</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-protocol-ldap</artifactId> <version>1.5.5</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-protocol-shared</artifactId> <version>1.5.5</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-server-jndi</artifactId> <version>1.5.5</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.directory.shared</groupId> <artifactId>shared-ldap</artifactId> <version>0.9.15</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>2.3.0</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-test</artifactId> <version>2.3.1.release</version> </dependency>
If you think the following spring-ldap-test-2.3.1.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-ldap-test-2.3.1.release.jar file