is not current version
Last Version 5.3.0

org.easybatch:easybatch-archetype 3.0.3

Easy Batch maven quick start archetype

GroupId

GroupId

org.easybatch
ArtifactId

ArtifactId

easybatch-archetype
Version

Version

3.0.3
Type

Type

jar

Download easybatch-archetype 3.0.3


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