MVN

org.smallmind : batch-spring

Maven & Gradle

Jun 18, 2023
9 stars

Batch-Spring · Spring Batch Extensions

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>batch-spring</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.1.0

All Versions

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

Version Vulnerabilities Updated
5.1.x
batch-spring-5.1.0
4.11.x
batch-spring-4.11.1
batch-spring-4.11.0
4.10.x
batch-spring-4.10.0
4.9.x
batch-spring-4.9.0
4.8.x
batch-spring-4.8.5
batch-spring-4.8.4
batch-spring-4.8.3
batch-spring-4.8.2
batch-spring-4.8.1
batch-spring-4.8.0
4.7.x
batch-spring-4.7.1
batch-spring-4.7.0
4.6.x
batch-spring-4.6.0
4.5.x
batch-spring-4.5.0
4.4.x
batch-spring-4.4.11
batch-spring-4.4.10
batch-spring-4.4.9
batch-spring-4.4.8
batch-spring-4.4.7
batch-spring-4.4.6
batch-spring-4.4.5
batch-spring-4.4.4
batch-spring-4.4.3
batch-spring-4.4.2
batch-spring-4.4.1
4.3.x
batch-spring-4.3.0
4.2.x
batch-spring-4.2.0
4.1.x
batch-spring-4.1.0
4.0.x
batch-spring-4.0.0
3.6.x
batch-spring-3.6.0
3.5.x
batch-spring-3.5.1
batch-spring-3.5.0
3.3.x
batch-spring-3.3.25
batch-spring-3.3.24
batch-spring-3.3.23
batch-spring-3.3.22
batch-spring-3.3.21
batch-spring-3.3.20
batch-spring-3.3.19
batch-spring-3.3.18
batch-spring-3.3.17

How to add a dependency to Maven

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

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>batch-spring</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.smallmind:batch-spring:5.1.0'

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

implementation("org.smallmind:batch-spring:5.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.smallmind" % "batch-spring" % "5.1.0"

Advertisement