<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-ldif-batch</artifactId>
<version>1.3.1.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.ldap" % "spring-ldap-ldif-batch" % "1.3.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-ldif-batch', version='1.3.1.RELEASE')
)
<dependency org="org.springframework.ldap" name="spring-ldap-ldif-batch" rev="1.3.1.RELEASE" />
<parent> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-parent-tiger</artifactId> <version>1.3.1.RELEASE</version> </parent>
compile
|-- org.springframework.batch:spring-batch-core:2.0.3.RELEASE
|-- org.springframework.batch:spring-batch-infrastructure:2.0.3.RELEASE
|-- org.springframework.ldap:spring-ldap-ldif-core
|-- junit:junit
test
|-- org.springframework.batch:spring-batch-test:2.0.3.RELEASE