is not current version
Last Version 5.3.0

org.easybatch:easybatch-core 3.0.1

Easy Batch core module

GroupId

GroupId

org.easybatch
ArtifactId

ArtifactId

easybatch-core
Version

Version

3.0.1
Type

Type

jar

Download easybatch-core 3.0.1


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