<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-test</artifactId>
<version>3.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-test', version='3.0.0')
)
compile
|-- org.springframework.ldap:spring-ldap-core:3.0.0
|-- org.springframework.ldap:spring-ldap-ldif-core:3.0.0
|-- org.springframework:spring-core:6.0.0
|-- org.springframework:spring-beans:6.0.0
|-- org.springframework:spring-context:6.0.0
|-- org.springframework:spring-test:6.0.0
runtime