is not current version
Last Version 5.3.0

org.easybatch:easybatch-yaml 5.2.0

Extension to support Yaml format

GroupId

GroupId

org.easybatch
ArtifactId

ArtifactId

easybatch-yaml
Version

Version

5.2.0
Type

Type

jar

Download easybatch-yaml 5.2.0


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