s

spring-batch-parent

Spring Batch parent project. Defines dependencies and common configuration for the build process.
Files download
File Operation
spring-batch-parent-2.0.0.RC1.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.batch</groupId>
  <artifactId>spring-batch-parent</artifactId>
  <version>2.0.0.RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.batch:spring-batch-parent:2.0.0.RC1'
Gradle Kotlin
implementation("org.springframework.batch:spring-batch-parent:2.0.0.RC1")
Scala SBT
libraryDependencies += "org.springframework.batch" % "spring-batch-parent" % "2.0.0.RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.batch', module='spring-batch-parent', version='2.0.0.RC1')
)
Apache Ivy
<dependency org="org.springframework.batch" name="spring-batch-parent" rev="2.0.0.RC1" />
Leiningen
[org.springframework.batch/spring-batch-parent "2.0.0.RC1"]
Apache Buildr
'org.springframework.batch:spring-batch-parent:jar:2.0.0.RC1'
Dependencies
The project has no third-party dependencies