s

spring-batch-infrastructure

The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations
https://projects.spring.io/spring-batch
Apache 2.0
Spring
Dave Syer Ben Hale Lucas Ward Robert Kasanicky Thomas Risberg Dan Garrette Michael Minella Chris Schaefer Mahmoud Ben Hassine
文件下载
文件名 操作
spring-batch-infrastructure-5.0.5.jar 下载
spring-batch-infrastructure-5.0.5.pom 下载
spring-batch-infrastructure-5.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.batch</groupId>
  <artifactId>spring-batch-infrastructure</artifactId>
  <version>5.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.batch:spring-batch-infrastructure:5.0.5'
Gradle Kotlin
implementation("org.springframework.batch:spring-batch-infrastructure:5.0.5")
Scala SBT
libraryDependencies += "org.springframework.batch" % "spring-batch-infrastructure" % "5.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.batch', module='spring-batch-infrastructure', version='5.0.5')
)
Apache Ivy
<dependency org="org.springframework.batch" name="spring-batch-infrastructure" rev="5.0.5" />
Leiningen
[org.springframework.batch/spring-batch-infrastructure "5.0.5"]
Apache Buildr
'org.springframework.batch:spring-batch-infrastructure:jar:5.0.5'