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