| 组织ID: |
org.hamcrest |
| 项目ID: |
hamcrest-integration |
| 版本: |
1.0 |
| 最后修改时间: |
2019-10-23 03:06:03 |
| 包类型: |
jar |
| 标题: |
Hamcrest Integration |
| 描述: |
Hamcrest Integration |
| 相关URL: |
http://code.google.com/p/hamcrest |
| 大小: |
6.93KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-integration</artifactId>
<version>1.0</version>
</dependency>
|
| Gradle引入代码: |
org.hamcrest:hamcrest-integration:1.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-integration</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<name>Hamcrest Integration</name>
<url>http://code.google.com/p/hamcrest</url>
<description>Hamcrest Integration</description>
<licenses>
<license>
<name>BSD Licence</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://hamcrest.googlecode.com/svn</url>
</scm>
<dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-api</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
LICENSE.txt
org.hamcrest.EasyMock2Matchers.class
org/hamcrest/EasyMock2Matchers.java
org.hamcrest.JMock1Matchers.class
org/hamcrest/JMock1Matchers.java
org.hamcrest.MatcherAssert.class
org/hamcrest/MatcherAssert.java
org.hamcrest.integration.EasyMock2Adapter.class
org/hamcrest/integration/EasyMock2Adapter.java
org.hamcrest.integration.JMock1Adapter.class
org/hamcrest/integration/JMock1Adapter.java
|
| 依赖Jar: |
hamcrest-api-1.0.jar
/org.hamcrest/hamcrest-api/1.0
查看hamcrest-api所有版本文件
hamcrest-library-1.0.jar
/org.hamcrest/hamcrest-library/1.0
查看hamcrest-library所有版本文件
|