Files download
File Operation
batch-boot-simple-jsr352-2.0.4.RELEASE.jar download
batch-boot-simple-jsr352-2.0.4.RELEASE.pom download
batch-boot-simple-jsr352-2.0.4.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>de.codecentric</groupId>
  <artifactId>batch-boot-simple-jsr352</artifactId>
  <version>2.0.4.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'de.codecentric:batch-boot-simple-jsr352:2.0.4.RELEASE'
Gradle Kotlin
implementation("de.codecentric:batch-boot-simple-jsr352:2.0.4.RELEASE")
Scala SBT
libraryDependencies += "de.codecentric" % "batch-boot-simple-jsr352" % "2.0.4.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='de.codecentric', module='batch-boot-simple-jsr352', version='2.0.4.RELEASE')
)
Apache Ivy
<dependency org="de.codecentric" name="batch-boot-simple-jsr352" rev="2.0.4.RELEASE" />
Leiningen
[de.codecentric/batch-boot-simple-jsr352 "2.0.4.RELEASE"]
Apache Buildr
'de.codecentric:batch-boot-simple-jsr352:jar:2.0.4.RELEASE'