s

spring-batch-infrastructure

The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations.
http://static.springframework.org/spring-batch/${project.artifactId}
Files download
File Operation
spring-batch-infrastructure-2.2.0.RELEASE.jar download
spring-batch-infrastructure-2.2.0.RELEASE.pom download
spring-batch-infrastructure-2.2.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.batch</groupId>
  <artifactId>spring-batch-infrastructure</artifactId>
  <version>2.2.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.batch:spring-batch-infrastructure:2.2.0.RELEASE'
Gradle Kotlin
implementation("org.springframework.batch:spring-batch-infrastructure:2.2.0.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.batch" % "spring-batch-infrastructure" % "2.2.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.batch', module='spring-batch-infrastructure', version='2.2.0.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.batch" name="spring-batch-infrastructure" rev="2.2.0.RELEASE" />
Leiningen
[org.springframework.batch/spring-batch-infrastructure "2.2.0.RELEASE"]
Apache Buildr
'org.springframework.batch:spring-batch-infrastructure:jar:2.2.0.RELEASE'
Dependencies
<parent>
  <groupId>org.springframework.batch</groupId>
  <artifactId>spring-batch-parent</artifactId>
  <version>2.2.0.RELEASE</version>
</parent>

compile

|-- junit:junit

|-- cglib:cglib-nodep

|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec

|-- org.slf4j:slf4j-log4j12

|-- org.codehaus.jackson:jackson-mapper-asl:1.0.1

|-- org.hibernate:hibernate-core

|-- org.hibernate:hibernate-entitymanager

|-- org.hibernate:hibernate-annotations

|-- org.hibernate:hibernate-validator

|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec

|-- org.apache.ibatis:ibatis-sqlmap

|-- javax.mail:mail:1.4

|-- org.springframework:spring-oxm

|-- org.springframework:spring-core

|-- org.springframework:spring-aop

|-- org.springframework:spring-context

|-- org.springframework:spring-context-support

|-- org.springframework:spring-jdbc

|-- org.springframework:spring-jms

|-- org.springframework:spring-orm

|-- org.springframework.retry:spring-retry

|-- org.springframework:spring-test

|-- org.springframework:spring-tx

|-- org.springframework.data:spring-data-commons

|-- org.springframework.data:spring-data-mongodb

|-- org.springframework.data:spring-data-neo4j

|-- org.springframework.data:spring-data-gemfire

|-- org.springframework.data:spring-data-redis

|-- org.codehaus.woodstox:woodstox-core-asl

|-- org.springframework.amqp:spring-amqp

|-- org.springframework.amqp:spring-rabbit

test

|-- org.aspectj:aspectjrt

|-- org.aspectj:aspectjweaver

|-- log4j:log4j

|-- commons-io:commons-io

|-- commons-dbcp:commons-dbcp

|-- org.hsqldb:hsqldb

|-- com.h2database:h2

|-- org.apache.derby:derby

|-- org.mockito:mockito-all