MVN

org.springframework.batch : spring-batch-core

Maven & Gradle

Aug 23, 2023
209 usages
2.5k stars

Spring Batch Core · Core domain for batch processing, expressing a domain of Jobs, Steps, Chunks, etc

<dependency>
    <groupId>org.springframework.batch</groupId>
    <artifactId>spring-batch-core</artifactId>
    <version>5.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.batch : spring-batch-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.3
  • Latest Release Candidate: 2.0.0.RC1

All Versions

Choose a version of org.springframework.batch : spring-batch-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
spring-batch-core-5.0.3
spring-batch-core-5.0.2
spring-batch-core-5.0.1
spring-batch-core-5.0.0
4.3.x
spring-batch-core-4.3.9
spring-batch-core-4.3.8
spring-batch-core-4.3.7
spring-batch-core-4.3.6
spring-batch-core-4.3.5
spring-batch-core-4.3.4
spring-batch-core-4.3.3
spring-batch-core-4.3.2
spring-batch-core-4.3.1
spring-batch-core-4.3.0
4.2.x
spring-batch-core-4.2.8.RELEASE
spring-batch-core-4.2.7.RELEASE
spring-batch-core-4.2.6.RELEASE
spring-batch-core-4.2.5.RELEASE
spring-batch-core-4.2.4.RELEASE
spring-batch-core-4.2.3.RELEASE
spring-batch-core-4.2.2.RELEASE
CVE-2020-5411
spring-batch-core-4.2.1.RELEASE
CVE-2020-5411
spring-batch-core-4.2.0.RELEASE
CVE-2020-5411
4.1.x
spring-batch-core-4.1.4.RELEASE
CVE-2020-5411
spring-batch-core-4.1.3.RELEASE
CVE-2020-5411
spring-batch-core-4.1.2.RELEASE
CVE-2020-5411
spring-batch-core-4.1.1.RELEASE
CVE-2020-5411
spring-batch-core-4.1.0.RELEASE
CVE-2020-5411
4.0.x
spring-batch-core-4.0.4.RELEASE
CVE-2020-5411
spring-batch-core-4.0.3.RELEASE
CVE-2020-5411
spring-batch-core-4.0.2.RELEASE
CVE-2020-5411
spring-batch-core-4.0.1.RELEASE
CVE-2020-5411
spring-batch-core-4.0.0.RELEASE
CVE-2020-5411
3.0.x
spring-batch-core-3.0.10.RELEASE
CVE-2020-5411
spring-batch-core-3.0.9.RELEASE
CVE-2020-5411
spring-batch-core-3.0.8.RELEASE
CVE-2020-5411
spring-batch-core-3.0.7.RELEASE
CVE-2020-5411
spring-batch-core-3.0.6.RELEASE
CVE-2020-5411
spring-batch-core-3.0.5.RELEASE
CVE-2020-5411
spring-batch-core-3.0.4.RELEASE
CVE-2020-5411
spring-batch-core-3.0.3.RELEASE
CVE-2020-5411
spring-batch-core-3.0.2.RELEASE
CVE-2020-5411
spring-batch-core-3.0.1.RELEASE
CVE-2020-5411
spring-batch-core-3.0.0.RELEASE
CVE-2020-5411
2.2.x
spring-batch-core-2.2.7.RELEASE
CVE-2020-5411
spring-batch-core-2.2.6.RELEASE
CVE-2020-5411
spring-batch-core-2.2.5.RELEASE
CVE-2020-5411
spring-batch-core-2.2.4.RELEASE
CVE-2020-5411
spring-batch-core-2.2.3.RELEASE
CVE-2020-5411
spring-batch-core-2.2.2.RELEASE
CVE-2020-5411
spring-batch-core-2.2.1.RELEASE
CVE-2020-5411
spring-batch-core-2.2.0.RELEASE
CVE-2020-5411
2.1.x
spring-batch-core-2.1.9.RELEASE
CVE-2020-5411
spring-batch-core-2.1.8.RELEASE
CVE-2020-5411
spring-batch-core-2.1.7.RELEASE
CVE-2020-5411
spring-batch-core-2.1.6.RELEASE
CVE-2020-5411
spring-batch-core-2.1.5.RELEASE
CVE-2020-5411
spring-batch-core-2.1.4.RELEASE
CVE-2020-5411
spring-batch-core-2.1.3.RELEASE
CVE-2020-5411
spring-batch-core-2.1.2.RELEASE
CVE-2020-5411
spring-batch-core-2.1.1.RELEASE
CVE-2020-5411
spring-batch-core-2.1.0.RELEASE
CVE-2020-5411
spring-batch-core-2.1.0.M2
CVE-2020-5411
2.0.x
spring-batch-core-2.0.4.RELEASE
CVE-2020-5411
spring-batch-core-2.0.3.RELEASE
CVE-2020-5411
spring-batch-core-2.0.2.RELEASE
CVE-2020-5411
spring-batch-core-2.0.1.RELEASE
CVE-2020-5411
spring-batch-core-2.0.0.RELEASE
CVE-2020-5411
spring-batch-core-2.0.0.RC1
CVE-2020-5411
1.1.x
spring-batch-core-1.1.4.RELEASE
CVE-2020-5411
spring-batch-core-1.1.3.RELEASE-A
CVE-2020-5411
spring-batch-core-1.1.3.RELEASE
CVE-2020-5411
spring-batch-core-1.1.2.RELEASE
CVE-2020-5411
spring-batch-core-1.1.1.RELEASE
CVE-2020-5411
spring-batch-core-1.1.0.RELEASE
CVE-2020-5411
1.0.x
spring-batch-core-1.0.1.RELEASE
CVE-2020-5411
spring-batch-core-1.0.0.FINAL
CVE-2020-5411

How to add a dependency to Maven

Add the following org.springframework.batch : spring-batch-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.batch : spring-batch-core gradle dependency to your build.gradle file:

implementation 'org.springframework.batch:spring-batch-core:5.0.3'

Gradle Kotlin DSL: Add the following org.springframework.batch : spring-batch-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.batch:spring-batch-core:5.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.batch : spring-batch-core sbt scala dependency to your build.sbt file:

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

Advertisement

Dependencies from Group

Aug 23, 2023
209 usages
2.5k stars
Aug 23, 2023
113 usages
2.5k stars
Aug 23, 2023
88 usages
2.5k stars
Aug 23, 2023
50 usages
2.5k stars
Jan 16, 2015
8 usages
266 stars

Discover Dependencies

Mar 02, 2023
2.7k usages
345 stars
May 15, 2023
15 usages
90 stars
Aug 18, 2023
205 usages
337 stars
836 usages
452 stars
Aug 10, 2023
1.4k usages
27 stars
Jul 31, 2023
347 usages
40 stars
Oct 27, 2022
154 usages
2.7k stars
May 19, 2023
14 usages
61 stars