组织ID: |
org.hamcrest |
项目ID: |
hamcrest-api |
版本: |
1.0 |
最后修改时间: |
2018-08-05 18:29:13 |
包类型: |
jar |
标题: |
Hamcrest API |
描述: |
Hamcrest API |
相关URL: |
http://code.google.com/p/hamcrest |
大小: |
5.55KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-api</artifactId>
<version>1.0</version>
</dependency>
|
Gradle引入代码: |
org.hamcrest:hamcrest-api:1.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-api</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<name>Hamcrest API</name>
<url>http://code.google.com/p/hamcrest</url>
<description>Hamcrest API</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>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
LICENSE.txt
org.hamcrest.BaseMatcher.class
org/hamcrest/BaseMatcher.java
org.hamcrest.Description.class
org/hamcrest/Description.java
org.hamcrest.Factory.class
org/hamcrest/Factory.java
org.hamcrest.Matcher.class
org/hamcrest/Matcher.java
org.hamcrest.SelfDescribing.class
org/hamcrest/SelfDescribing.java
|
依赖Jar: |
无
|