is not current version
Last Version 5.3.0

org.easybatch:easybatch 5.0.0-RC1

Easy Batch parent module

GroupId

GroupId

org.easybatch
ArtifactId

ArtifactId

easybatch
Version

Version

5.0.0-RC1
Type

Type

pom

Download easybatch 5.0.0-RC1

Filename Size
easybatch-5.0.0-RC1.pom 10 KB
Browse

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