e

easybatch-integration

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