Dependency Information

Apache Maven

<dependency>
  <groupId>org.springframework.batch</groupId>
  <artifactId>spring-batch-core</artifactId>
  <version>2.2.7.RELEASE</version>
</dependency>

Apache Buildr

'org.springframework.batch:spring-batch-core:jar:2.2.7.RELEASE'

Apache Ant

<dependency org="org.springframework.batch" name="spring-batch-core" rev="2.2.7.RELEASE">
  <artifact name="spring-batch-core" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-core', version='2.2.7.RELEASE')
)

Grails

compile 'org.springframework.batch:spring-batch-core:2.2.7.RELEASE'

Leiningen

[org.springframework.batch/spring-batch-core "2.2.7.RELEASE"]

SBT

libraryDependencies += "org.springframework.batch" %% "spring-batch-core" % "2.2.7.RELEASE"