| 组织ID: |
org.springframework.integration |
| 项目ID: |
spring-integration-test-support |
| 版本: |
5.1.9.RELEASE |
| 最后修改时间: |
2019-11-11 17:47:28 |
| 包类型: |
jar |
| 标题: |
Spring Integration Test Support - **No SI Dependencies Allowed** |
| 描述: |
Spring Integration Test Support - **No SI Dependencies Allowed** |
| 相关URL: |
https://projects.spring.io/spring-integration |
| 大小: |
52.27KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test-support</artifactId>
<version>5.1.9.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.integration:spring-integration-test-support:5.1.9.RELEASE
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test-support</artifactId>
<version>5.1.9.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>https://spring.io</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://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>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.4.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.25.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.13.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.1.11.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>5.1.11.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.1.11.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.11.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.integration.test.support.RequestResponseScenario.class
org.springframework.integration.test.support.PayloadValidator.class
org.springframework.integration.test.support.MessageValidator.class
org.springframework.integration.test.support.SingleRequestResponseScenarioTests.class
org.springframework.integration.test.support.AbstractRequestResponseScenarioTests.class
org.springframework.integration.test.support.LongRunningIntegrationTest$1.class
org.springframework.integration.test.support.LongRunningIntegrationTest.class
org.springframework.integration.test.support.AbstractResponseValidator.class
org.springframework.integration.test.mail.TestMailServer.class
org.springframework.integration.test.mail.TestMailServer$MailServer$MailHandler.class
org.springframework.integration.test.mail.TestMailServer$ImapServer$ImapHandler.class
org.springframework.integration.test.mail.TestMailServer$MailServer.class
org.springframework.integration.test.mail.TestMailServer$Pop3Server.class
org.springframework.integration.test.mail.TestMailServer$SmtpServer$SmtpHandler.class
org.springframework.integration.test.mail.TestMailServer$ImapServer.class
org.springframework.integration.test.mail.TestMailServer$Pop3Server$Pop3Handler.class
org.springframework.integration.test.mail.TestMailServer$SmtpServer.class
org.springframework.integration.test.matcher.HeaderMatcher.class
org.springframework.integration.test.matcher.EventuallyMatcher.class
org.springframework.integration.test.matcher.MockitoMessageMatchers.class
org.springframework.integration.test.matcher.MapContentMatchers.class
org.springframework.integration.test.matcher.EqualsResultMatcher.class
org.springframework.integration.test.matcher.PayloadAndHeaderMatcher.class
org.springframework.integration.test.matcher.PayloadMatcher.class
org.springframework.integration.test.condition.LongRunningTest.class
org.springframework.integration.test.rule.Log4j2LevelAdjuster.class
org.springframework.integration.test.rule.Log4j2LevelAdjuster$1.class
org.springframework.integration.test.util.SocketUtils.class
org.springframework.integration.test.util.TestUtils$TestApplicationContext.class
org.springframework.integration.test.util.TestUtils.class
org.springframework.integration.test.util.TestUtils$MessagePublishingErrorHandler.class
org.springframework.integration.test.util.OnlyOnceTrigger.class
org.springframework.integration.test.util.HeapDumper.class
META-INF/notice.txt
META-INF/license.txt
|
| 依赖Jar: |
hamcrest-core-1.3.jar
/org.hamcrest/hamcrest-core/1.3
查看hamcrest-core所有版本文件
hamcrest-library-1.3.jar
/org.hamcrest/hamcrest-library/1.3
查看hamcrest-library所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
junit-jupiter-api-5.4.1.jar
/org.junit.jupiter/junit-jupiter-api/5.4.1
查看junit-jupiter-api所有版本文件
mockito-core-2.25.1.jar
/org.mockito/mockito-core/2.25.1
查看mockito-core所有版本文件
assertj-core-3.13.1.jar
/org.assertj/assertj-core/3.13.1
查看assertj-core所有版本文件
spring-context-5.1.11.RELEASE.jar
/org.springframework/spring-context/5.1.11.RELEASE
查看spring-context所有版本文件
spring-messaging-5.1.11.RELEASE.jar
/org.springframework/spring-messaging/5.1.11.RELEASE
查看spring-messaging所有版本文件
spring-test-5.1.11.RELEASE.jar
/org.springframework/spring-test/5.1.11.RELEASE
查看spring-test所有版本文件
log4j-core-2.11.2.jar
/org.apache.logging.log4j/log4j-core/2.11.2
查看log4j-core所有版本文件
|