You can download spring-batch-test-3.0.0.release.jar in this page.
The Apache Software License, Version 2.0
spring-batch-test-3.0.0.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/license.txt META-INF/notice.txt org.springframework.batch.test.AbstractJobTests.class org.springframework.batch.test.AssertFile.class org.springframework.batch.test.DataSourceInitializer.class org.springframework.batch.test.ExecutionContextTestUtils.class org.springframework.batch.test.JobLauncherTestUtils.class org.springframework.batch.test.JobRepositoryTestUtils.class org.springframework.batch.test.JobScopeTestExecutionListener.class org.springframework.batch.test.JobScopeTestUtils.class org.springframework.batch.test.JsrTestUtils.class org.springframework.batch.test.MetaDataInstanceFactory.class org.springframework.batch.test.StepRunner.class org.springframework.batch.test.StepScopeTestExecutionListener.class org.springframework.batch.test.StepScopeTestUtils.class
spring-batch-test-3.0.0.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-test</artifactId> <version>3.0.0.RELEASE</version> <name>Spring Batch Test</name> <description>Spring Batch Test</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>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.batch</groupId> <artifactId>javax.batch-api</artifactId> <version>1.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.8.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-core</artifactId> <version>3.0.0.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-test</artifactId> <version>3.0.0.release</version> </dependency>
If you think the following spring-batch-test-3.0.0.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-test-3.0.0.release.jar file