is not current version
Last Version 5.3.0

org.easybatch:easybatch-archetype 4.1.0

Easy Batch maven quick start archetype

GroupId

GroupId

org.easybatch
ArtifactId

ArtifactId

easybatch-archetype
Version

Version

4.1.0
Type

Type

jar

Download easybatch-archetype 4.1.0


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