<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-ldif-batch</artifactId>
<version>2.3.3.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.ldap" % "spring-ldap-ldif-batch" % "2.3.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-ldif-batch', version='2.3.3.RELEASE')
)
<dependency org="org.springframework.ldap" name="spring-ldap-ldif-batch" rev="2.3.3.RELEASE" />
compile
|-- commons-lang:commons-lang:2.6
|-- org.springframework.batch:spring-batch-infrastructure:2.0.4.RELEASE
|-- org.springframework.ldap:spring-ldap-ldif-core:2.3.3.RELEASE
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:2.3.0
|-- org.springframework.batch:spring-batch-test:2.0.4.RELEASE
|-- org.springframework:spring-aop:4.3.27.RELEASE