<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-test</artifactId>
<version>3.0.10.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.batch" % "spring-batch-test" % "3.0.10.RELEASE"
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-test', version='3.0.10.RELEASE')
)
<dependency org="org.springframework.batch" name="spring-batch-test" rev="3.0.10.RELEASE" />
compile
|-- commons-collections:commons-collections:3.2.2
|-- javax.batch:javax.batch-api:1.0.1
|-- junit:junit:4.12
|-- org.aspectj:aspectjrt:1.8.13
|-- org.hamcrest:hamcrest-library:1.3
|-- org.springframework.batch:spring-batch-core:3.0.10.RELEASE