e

easybatch-integration

Easy Batch integration module
http://www.easybatch.org
MIT License
Mahmoud Ben Hassine
Files download
File Operation
easybatch-integration-3.0.2.pom download
Apache Maven
<dependency>
  <groupId>org.easybatch</groupId>
  <artifactId>easybatch-integration</artifactId>
  <version>3.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.easybatch:easybatch-integration:3.0.2'
Gradle Kotlin
implementation("org.easybatch:easybatch-integration:3.0.2")
Scala SBT
libraryDependencies += "org.easybatch" % "easybatch-integration" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.easybatch', module='easybatch-integration', version='3.0.2')
)
Apache Ivy
<dependency org="org.easybatch" name="easybatch-integration" rev="3.0.2" />
Leiningen
[org.easybatch/easybatch-integration "3.0.2"]
Apache Buildr
'org.easybatch:easybatch-integration:jar:3.0.2'