is not current version
Last Version 5.3.0

org.easybatch:easybatch-flatfile 5.0.0-RC2

Easy Batch flat file processing module

GroupId

GroupId

org.easybatch
ArtifactId

ArtifactId

easybatch-flatfile
Version

Version

5.0.0-RC2
Type

Type

jar

Download easybatch-flatfile 5.0.0-RC2


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