You can download spring-integration-test-4.3.4.release.jar in this page.
The Apache Software License, Version 2.0
spring-integration-test-4.3.4.release.jar file has the following types.
META-INF/MANIFEST.MF org.springframework.integration.test.matcher.EqualsResultMatcher.class org.springframework.integration.test.matcher.EventuallyMatcher.class org.springframework.integration.test.matcher.HeaderMatcher.class org.springframework.integration.test.matcher.MapContentMatchers.class org.springframework.integration.test.matcher.MockitoMessageMatchers.class org.springframework.integration.test.matcher.PayloadAndHeaderMatcher.class org.springframework.integration.test.matcher.PayloadMatcher.class org.springframework.integration.test.matcher.TypeSafeMatcher.class org.springframework.integration.test.rule.Log4jLevelAdjuster.class org.springframework.integration.test.support.AbstractRequestResponseScenarioTests.class org.springframework.integration.test.support.AbstractResponseValidator.class org.springframework.integration.test.support.LogAdjustingTestSupport.class org.springframework.integration.test.support.LongRunningIntegrationTest.class org.springframework.integration.test.support.MessageValidator.class org.springframework.integration.test.support.PayloadValidator.class org.springframework.integration.test.support.RequestResponseScenario.class org.springframework.integration.test.support.SingleRequestResponseScenarioTests.class org.springframework.integration.test.util.HeapDumper.class org.springframework.integration.test.util.OnlyOnceTrigger.class org.springframework.integration.test.util.SocketUtils.class org.springframework.integration.test.util.TestUtils.class
spring-integration-test-4.3.4.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.integration</groupId> <artifactId>spring-integration-test</artifactId> <version>4.3.4.RELEASE</version> <name>Spring Integration Test Support - **No SI Dependencies Allowed**</name> <description>Spring Integration Test Support - **No SI Dependencies Allowed**</description> <url>https://projects.spring.io/spring-integration</url> <organization> <name>SpringIO</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>garyrussell</id> <name>Gary Russell</name> <email>grussell@pivotal.io</email> <roles> <role>project lead</role> </roles> </developer> <developer> <id>markfisher</id> <name>Mark Fisher</name> <email>mfisher@pivotal.io</email> <roles> <role>project founder and lead emeritus</role> </roles> </developer> <developer> <id>ghillert</id> <name>Gunnar Hillert</name> <email>ghillert@pivotal.io</email> </developer> <developer> <id>abilan</id> <name>Artem Bilan</name> <email>abilan@pivotal.io</email> </developer> </developers> <scm> <connection>scm:git:scm:git:git://github.com/spring-projects/spring-integration.git</connection> <developerConnection>scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration.git</developerConnection> <url>https://github.com/spring-projects/spring-integration</url> </scm> <issueManagement> <system>Jira</system> <url>https://jira.spring.io/browse/INT</url> </issueManagement> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.10.19</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>4.3.3.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-messaging</artifactId> <version>4.3.3.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>4.3.3.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-test</artifactId> <version>4.3.4.release</version> </dependency>
If you think the following spring-integration-test-4.3.4.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-integration-test-4.3.4.release.jar file