组织ID: |
org.hamcrest |
项目ID: |
hamcrest-core |
版本: |
1.3 |
最后修改时间: |
2018-07-23 20:31:16 |
包类型: |
jar |
标题: |
Hamcrest Core |
描述: |
This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
|
大小: |
43.97KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
</dependency>
|
Gradle引入代码: |
org.hamcrest:hamcrest-core:1.3
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="ISO-8859-1"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-parent</artifactId>
<version>1.3</version>
</parent>
<artifactId>hamcrest-core</artifactId>
<packaging>jar</packaging>
<name>Hamcrest Core</name>
<description>
This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
</description>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
LICENSE.txt
org.hamcrest.BaseDescription.class
org.hamcrest.BaseMatcher.class
org.hamcrest.Condition$1.class
org.hamcrest.Condition$Matched.class
org.hamcrest.Condition$NotMatched.class
org.hamcrest.Condition$Step.class
org.hamcrest.Condition.class
org.hamcrest.CoreMatchers.class
org.hamcrest.CustomMatcher.class
org.hamcrest.CustomTypeSafeMatcher.class
org.hamcrest.Description$NullDescription.class
org.hamcrest.Description.class
org.hamcrest.DiagnosingMatcher.class
org.hamcrest.Factory.class
org.hamcrest.FeatureMatcher.class
org.hamcrest.Matcher.class
org.hamcrest.MatcherAssert.class
org.hamcrest.SelfDescribing.class
org.hamcrest.StringDescription.class
org.hamcrest.TypeSafeDiagnosingMatcher.class
org.hamcrest.TypeSafeMatcher.class
org.hamcrest.core.AllOf.class
org.hamcrest.core.AnyOf.class
org.hamcrest.core.CombinableMatcher$CombinableBothMatcher.class
org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher.class
org.hamcrest.core.CombinableMatcher.class
org.hamcrest.core.DescribedAs.class
org.hamcrest.core.Every.class
org.hamcrest.core.Is.class
org.hamcrest.core.IsAnything.class
org.hamcrest.core.IsCollectionContaining.class
org.hamcrest.core.IsEqual.class
org.hamcrest.core.IsInstanceOf.class
org.hamcrest.core.IsNot.class
org.hamcrest.core.IsNull.class
org.hamcrest.core.IsSame.class
org.hamcrest.core.ShortcutCombination.class
org.hamcrest.core.StringContains.class
org.hamcrest.core.StringEndsWith.class
org.hamcrest.core.StringStartsWith.class
org.hamcrest.core.SubstringMatcher.class
org.hamcrest.internal.ArrayIterator.class
org.hamcrest.internal.ReflectiveTypeFinder.class
org.hamcrest.internal.SelfDescribingValue.class
org.hamcrest.internal.SelfDescribingValueIterator.class
|
依赖Jar: |
无
|