| 组织ID: |
org.springframework.integration |
| 项目ID: |
spring-integration-test |
| 版本: |
2.0.0.RELEASE |
| 最后修改时间: |
2018-10-13 22:54:02 |
| 包类型: |
jar |
| 标题: |
The Apache Software License, Version 2.0 |
| 大小: |
14.81KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.integration:spring-integration-test:2.0.0.RELEASE
|
| 下载Jar包: |
|
| POM文件内容: |
<?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>2.0.0.RELEASE</version>
<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>
<dependencies>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<version>2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.0.5.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.0.0.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
.svnignore
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.util.TestUtils$1.class
org.springframework.integration.test.util.TestUtils$TestApplicationContext.class
org.springframework.integration.test.util.TestUtils.class
|
| 依赖Jar: |
easymock-2.3.jar
/org.easymock/easymock/2.3
查看easymock所有版本文件
easymockclassextension-2.3.jar
/org.easymock/easymockclassextension/2.3
查看easymockclassextension所有版本文件
spring-context-3.0.5.RELEASE.jar
/org.springframework/spring-context/3.0.5.RELEASE
查看spring-context所有版本文件
hamcrest-all-1.1.jar
/org.hamcrest/hamcrest-all/1.1
查看hamcrest-all所有版本文件
spring-test-3.0.5.RELEASE.jar
/org.springframework/spring-test/3.0.5.RELEASE
查看spring-test所有版本文件
mockito-all-1.8.4.jar
/org.mockito/mockito-all/1.8.4
查看mockito-all所有版本文件
log4j-1.2.12.jar
/log4j/log4j/1.2.12
查看log4j所有版本文件
cglib-nodep-2.2.jar
/cglib/cglib-nodep/2.2
查看cglib-nodep所有版本文件
junit-dep-4.8.2.jar
/junit/junit-dep/4.8.2
查看junit-dep所有版本文件
spring-integration-core-2.0.0.RELEASE.jar
/org.springframework.integration/spring-integration-core/2.0.0.RELEASE
查看spring-integration-core所有版本文件
|