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

Spring LDAP Test

Spring LDAP Test Maven Dependency

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>

Spring LDAP Test Gradle 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'

Download JAR File

https://repo1.maven.org/maven2/org/springframework/ldap/spring-ldap-test/2.3.2.RELEASE/spring-ldap-test-2.3.2.RELEASE.jar

Check for Latest Release

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

Reference

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

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