s

spring-batch-test

Domain for batch job testing
Files download
File Operation
spring-batch-test-2.0.4.RELEASE.jar download
spring-batch-test-2.0.4.RELEASE.pom download
spring-batch-test-2.0.4.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.batch</groupId>
  <artifactId>spring-batch-test</artifactId>
  <version>2.0.4.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.batch:spring-batch-test:2.0.4.RELEASE'
Gradle Kotlin
implementation("org.springframework.batch:spring-batch-test:2.0.4.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.batch" % "spring-batch-test" % "2.0.4.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.batch', module='spring-batch-test', version='2.0.4.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.batch" name="spring-batch-test" rev="2.0.4.RELEASE" />
Leiningen
[org.springframework.batch/spring-batch-test "2.0.4.RELEASE"]
Apache Buildr
'org.springframework.batch:spring-batch-test:jar:2.0.4.RELEASE'