<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-ldif-core</artifactId>
<version>2.3.8.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.ldap" % "spring-ldap-ldif-core" % "2.3.8.RELEASE"
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-ldif-core', version='2.3.8.RELEASE')
)
<dependency org="org.springframework.ldap" name="spring-ldap-ldif-core" rev="2.3.8.RELEASE" />