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