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