is not current version
Last Version 5.3.0

org.easybatch:easybatch-spring 4.1.0

Extension to support Spring

GroupId

GroupId

org.easybatch
ArtifactId

ArtifactId

easybatch-spring
Version

Version

4.1.0
Type

Type

jar

Download easybatch-spring 4.1.0


<!-- https://jarcasting.com/artifacts/org.easybatch/easybatch-spring/ -->
<dependency>
    <groupId>org.easybatch</groupId>
    <artifactId>easybatch-spring</artifactId>
    <version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.easybatch/easybatch-spring/
implementation 'org.easybatch:easybatch-spring:4.1.0'
// https://jarcasting.com/artifacts/org.easybatch/easybatch-spring/
implementation ("org.easybatch:easybatch-spring:4.1.0")
'org.easybatch:easybatch-spring:jar:4.1.0'
<dependency org="org.easybatch" name="easybatch-spring" rev="4.1.0">
  <artifact name="easybatch-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easybatch', module='easybatch-spring', version='4.1.0')
)
libraryDependencies += "org.easybatch" % "easybatch-spring" % "4.1.0"
[org.easybatch/easybatch-spring "4.1.0"]