Spring LDAP Test Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
Spring LDAP Test
Copy below Spring LDAP Test maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.springframework.ldap/spring-ldap-test -->
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-test</artifactId>
<version>2.3.2.RELEASE</version>
<scope>test</scope>
</dependency>
Copy below Spring LDAP Test gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.springframework.ldap/spring-ldap-test
testCompile group: 'org.springframework.ldap', name: 'spring-ldap-test', version: '2.3.2.RELEASE'
https://mvnrepository.com/artifact/org.springframework.ldap/spring-ldap-test
https://mvnrepository.com/artifact/org.springframework.ldap/spring-ldap-test