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