<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>3.2.5</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-core', version='3.2.5')
)
compile
|-- org.springframework:spring-core:6.1.3
|-- org.springframework:spring-beans:6.1.3
|-- org.springframework:spring-tx:6.1.3
runtime