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