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.1.3.jar 下载
spring-batch-infrastructure-5.1.3.pom 下载
spring-batch-infrastructure-5.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.batch</groupId>
  <artifactId>spring-batch-infrastructure</artifactId>
  <version>5.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.batch:spring-batch-infrastructure:5.1.3'
Gradle Kotlin
implementation("org.springframework.batch:spring-batch-infrastructure:5.1.3")
Scala SBT
libraryDependencies += "org.springframework.batch" % "spring-batch-infrastructure" % "5.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.batch', module='spring-batch-infrastructure', version='5.1.3')
)
Apache Ivy
<dependency org="org.springframework.batch" name="spring-batch-infrastructure" rev="5.1.3" />
Leiningen
[org.springframework.batch/spring-batch-infrastructure "5.1.3"]
Apache Buildr
'org.springframework.batch:spring-batch-infrastructure:jar:5.1.3'