Spring LDAP Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

Spring LDAP is a Java library for simplifying LDAP operations, based on the pattern of Spring's JdbcTemplate. The framework relieves the user of common chores, such as looking up and closing contexts, looping through results, encoding/decoding values and filters, and more. The LdapTemplate class encapsulates all the plumbing work involved in traditional LDAP programming, such as creating a DirContext, looping through NamingEnumerations, handling exceptions and cleaning up resources. This ...

Spring LDAP Maven Dependency

Copy below Spring LDAP maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/org.springframework.ldap/spring-ldap -->
<dependency>
    <groupId>org.springframework.ldap</groupId>
    <artifactId>spring-ldap</artifactId>
    <version>1.3.1.RELEASE</version>
    <type>pom</type>
</dependency>

Spring LDAP Gradle Dependency

Copy below Spring LDAP gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/org.springframework.ldap/spring-ldap
compile group: 'org.springframework.ldap', name: 'spring-ldap', version: '1.3.1.RELEASE', ext: 'pom'

Download JAR File

https://www

Check for Latest Release

https://mvnrepository.com/artifact/org.springframework.ldap/spring-ldap

Reference

https://mvnrepository.com/artifact/org.springframework.ldap/spring-ldap

⚠️ **GitHub.com Fallback** ⚠️