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