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