<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.batch" % "spring-batch-core" % "2.0.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-core', version='2.0.3.RELEASE')
)
<dependency org="org.springframework.batch" name="spring-batch-core" rev="2.0.3.RELEASE" />
<parent> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-parent</artifactId> <version>2.0.3.RELEASE</version> </parent>
compile
|-- org.springframework.batch:spring-batch-infrastructure:2.0.3.RELEASE
|-- hsqldb:hsqldb
|-- junit:junit
|-- com.thoughtworks.xstream:xstream
|-- org.codehaus.jettison:jettison
|-- org.springframework:spring-aop
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-jdbc
|-- org.springframework.osgi:spring-osgi-core
|-- org.springframework:spring-tx
|-- log4j:log4j
test