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