You can download spring-batch-integration-3.0.1.release.jar in this page.
The Apache Software License, Version 2.0
spring-batch-integration-3.0.1.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/license.txt META-INF/notice.txt META-INF/spring.handlers META-INF/spring.schemas META-INF/spring.tooling org.springframework.batch.integration.async.AsyncItemProcessor.class org.springframework.batch.integration.async.AsyncItemWriter.class org.springframework.batch.integration.async.StepExecutionInterceptor.class org.springframework.batch.integration.chunk.AsynchronousFailureException.class org.springframework.batch.integration.chunk.ChunkHandler.class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter.class org.springframework.batch.integration.chunk.ChunkProcessorChunkHandler.class org.springframework.batch.integration.chunk.ChunkRequest.class org.springframework.batch.integration.chunk.ChunkResponse.class org.springframework.batch.integration.chunk.JmsRedeliveredExtractor.class org.springframework.batch.integration.chunk.MessageSourcePollerInterceptor.class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean.class org.springframework.batch.integration.chunk.StepContributionSource.class org.springframework.batch.integration.config.xml.BatchIntegrationNamespaceHandler.class org.springframework.batch.integration.config.xml.JobLaunchingGatewayParser.class org.springframework.batch.integration.launch.JobLaunchRequest.class org.springframework.batch.integration.launch.JobLaunchRequestHandler.class org.springframework.batch.integration.launch.JobLaunchingGateway.class org.springframework.batch.integration.launch.JobLaunchingMessageHandler.class org.springframework.batch.integration.partition.BeanFactoryStepLocator.class org.springframework.batch.integration.partition.MessageChannelPartitionHandler.class org.springframework.batch.integration.partition.StepExecutionRequest.class org.springframework.batch.integration.partition.StepExecutionRequestHandler.class org.springframework.batch.integration.step.DelegateStep.class org/springframework/batch/integration/config/xml/spring-batch-integration-1.3.xsd org/springframework/batch/integration/config/xml/spring-batch-integration.gif
spring-batch-integration-3.0.1.release.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-integration</artifactId> <version>3.0.1.RELEASE</version> <name>Batch Integration</name> <description>Batch Integration</description> <url>http://projects.spring.io/spring-batch/</url> <organization> <name>Spring</name> <url>http://spring.io</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>dsyer</id> <name>Dave Syer</name> <email>dsyer@gopivotal.com</email> </developer> <developer> <id>nebhale</id> <name>Ben Hale</name> <email>bhale@gopivotal.com</email> </developer> <developer> <id>lward</id> <name>Lucas Ward</name> <email>lucas.l.ward@accenture.com</email> </developer> <developer> <id>robokaso</id> <name>Robert Kasanicky</name> <email>robokaso@gmail.com</email> </developer> <developer> <id>trisberg</id> <name>Thomas Risberg</name> <email>trisberg@gopivotal.com</email> </developer> <developer> <id>dhgarrette</id> <name>Dan Garrette</name> <email>dhgarrette@gmail.com</email> </developer> <developer> <id>mminella</id> <name>Michael Minella</name> <email>mminella@gopivotal.com</email> <roles> <role>project lead</role> </roles> </developer> <developer> <id>chrisjs</id> <name>Chris Schaefer</name> <email>cschaefer@gopivotal.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/spring-projects/spring-batch.git</connection> <developerConnection>scm:git:git@github.com:spring-projects/spring-batch.git</developerConnection> <url>https://github.com/spring-projects/spring-batch</url> </scm> <dependencies> <dependency> <groupId>javax.jms</groupId> <artifactId>jms-api</artifactId> <version>1.1-rev-1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.14</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.7</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-core</artifactId> <version>3.0.1.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-core</artifactId> <version>4.0.1.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-jms</artifactId> <version>4.0.1.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.retry</groupId> <artifactId>spring-retry</artifactId> <version>1.1.0.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jms</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-messaging</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-integration</artifactId> <version>3.0.1.release</version> </dependency>
If you think the following spring-batch-integration-3.0.1.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-batch-integration-3.0.1.release.jar file