文件下载
文件名 操作
batch-boot-simple-jsr352-2.0.2.RELEASE.jar 下载
batch-boot-simple-jsr352-2.0.2.RELEASE.pom 下载
batch-boot-simple-jsr352-2.0.2.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.codecentric</groupId>
  <artifactId>batch-boot-simple-jsr352</artifactId>
  <version>2.0.2.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'de.codecentric:batch-boot-simple-jsr352:2.0.2.RELEASE'
Gradle Kotlin
implementation("de.codecentric:batch-boot-simple-jsr352:2.0.2.RELEASE")
Scala SBT
libraryDependencies += "de.codecentric" % "batch-boot-simple-jsr352" % "2.0.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='de.codecentric', module='batch-boot-simple-jsr352', version='2.0.2.RELEASE')
)
Apache Ivy
<dependency org="de.codecentric" name="batch-boot-simple-jsr352" rev="2.0.2.RELEASE" />
Leiningen
[de.codecentric/batch-boot-simple-jsr352 "2.0.2.RELEASE"]
Apache Buildr
'de.codecentric:batch-boot-simple-jsr352:jar:2.0.2.RELEASE'