MVN

org.easybatch : easybatch-spring-jdbc

Maven & Gradle

May 03, 2015
592 stars

easybatch-spring-jdbc · Easy Batch - Spring JDBC integration module

<dependency>
    <groupId>org.easybatch</groupId>
    <artifactId>easybatch-spring-jdbc</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.1

All Versions

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

Version Vulnerabilities Updated
3.0.x
easybatch-spring-jdbc-3.0.1
easybatch-spring-jdbc-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.easybatch</groupId>
    <artifactId>easybatch-spring-jdbc</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.easybatch:easybatch-spring-jdbc:3.0.1'

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

implementation("org.easybatch:easybatch-spring-jdbc:3.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.easybatch" % "easybatch-spring-jdbc" % "3.0.1"

Advertisement