File | Operation |
---|---|
spring-batch-parent-2.2.0.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.2.0.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.batch" % "spring-batch-parent" % "2.2.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-parent', version='2.2.0.RELEASE')
)
<dependency org="org.springframework.batch" name="spring-batch-parent" rev="2.2.0.RELEASE" />