组织ID: |
org.hamcrest |
项目ID: |
hamcrest |
版本: |
2.2 |
最后修改时间: |
2019-10-17 08:51:30 |
包类型: |
jar |
标题: |
Hamcrest |
描述: |
Core API and libraries of hamcrest matcher framework. |
相关URL: |
http://hamcrest.org/JavaHamcrest/ |
大小: |
120.47KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
</dependency>
|
Gradle引入代码: |
org.hamcrest:hamcrest:2.2
|
下载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.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<name>Hamcrest</name>
<description>Core API and libraries of hamcrest matcher framework.</description>
<url>http://hamcrest.org/JavaHamcrest/</url>
<licenses>
<license>
<name>BSD License 3</name>
<url>http://opensource.org/licenses/BSD-3-Clause</url>
</license>
</licenses>
<developers>
<developer>
<id>joewalnes</id>
<name>Joe Walnes</name>
</developer>
<developer>
<id>npryce</id>
<name>Nat Pryce</name>
</developer>
<developer>
<id>sf105</id>
<name>Steve Freeman</name>
</developer>
</developers>
<scm>
<connection>git@github.com:hamcrest/JavaHamcrest.git</connection>
<url>https://github.com/hamcrest/JavaHamcrest</url>
</scm>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hamcrest.Condition$NotMatched.class
org.hamcrest.core.StringStartsWith.class
org.hamcrest.core.IsCollectionContaining.class
org.hamcrest.core.SubstringMatcher.class
org.hamcrest.core.StringRegularExpression.class
org.hamcrest.core.Every.class
org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher.class
org.hamcrest.core.ShortcutCombination.class
org.hamcrest.core.IsNull.class
org.hamcrest.core.StringEndsWith.class
org.hamcrest.core.DescribedAs.class
org.hamcrest.core.CombinableMatcher$CombinableBothMatcher.class
org.hamcrest.core.IsEqual.class
org.hamcrest.core.IsNot.class
org.hamcrest.core.StringContains.class
org.hamcrest.core.AllOf.class
org.hamcrest.core.IsInstanceOf.class
org.hamcrest.core.IsSame.class
org.hamcrest.core.IsAnything.class
org.hamcrest.core.Is.class
org.hamcrest.core.CombinableMatcher.class
org.hamcrest.core.IsIterableContaining.class
org.hamcrest.core.AnyOf.class
org.hamcrest.TypeSafeMatcher.class
org.hamcrest.collection.IsArray.class
org.hamcrest.collection.IsEmptyCollection.class
org.hamcrest.collection.IsMapWithSize.class
org.hamcrest.collection.IsIterableContainingInAnyOrder$Matching.class
org.hamcrest.collection.IsIterableContainingInRelativeOrder.class
org.hamcrest.collection.IsIterableContainingInRelativeOrder$MatchSeriesInRelativeOrder.class
org.hamcrest.collection.IsIterableWithSize.class
org.hamcrest.collection.HasItemInArray.class
org.hamcrest.collection.IsArrayWithSize.class
org.hamcrest.collection.IsMapContaining.class
org.hamcrest.collection.IsIterableContainingInOrder.class
org.hamcrest.collection.IsArrayContainingInOrder.class
org.hamcrest.collection.IsArrayContainingInAnyOrder.class
org.hamcrest.collection.IsCollectionWithSize.class
org.hamcrest.collection.IsIterableContainingInOrder$MatchSeries.class
org.hamcrest.collection.ArrayMatching.class
org.hamcrest.collection.IsEmptyIterable.class
org.hamcrest.collection.ArrayAsIterableMatcher.class
org.hamcrest.collection.IsIn.class
org.hamcrest.collection.IsIterableContainingInAnyOrder.class
org.hamcrest.beans.HasPropertyWithValue.class
org.hamcrest.beans.SamePropertyValuesAs.class
org.hamcrest.beans.HasProperty.class
org.hamcrest.beans.PropertyUtil.class
org.hamcrest.beans.HasPropertyWithValue$1.class
org.hamcrest.beans.SamePropertyValuesAs$PropertyMatcher.class
org.hamcrest.beans.HasPropertyWithValue$2.class
org.hamcrest.TypeSafeDiagnosingMatcher.class
org.hamcrest.xml.HasXPath.class
org.hamcrest.xml.HasXPath$1.class
org.hamcrest.FeatureMatcher.class
org.hamcrest.SelfDescribing.class
org.hamcrest.Condition$Matched.class
org.hamcrest.Description.class
org.hamcrest.Description$NullDescription.class
org.hamcrest.Condition$1.class
org.hamcrest.comparator.ComparatorMatcherBuilder.class
org.hamcrest.comparator.ComparatorMatcherBuilder$ComparatorMatcher.class
org.hamcrest.comparator.ComparatorMatcherBuilder$1.class
org.hamcrest.object.IsCompatibleType.class
org.hamcrest.object.HasEqualValues$FieldMatcher.class
org.hamcrest.object.IsEventFrom.class
org.hamcrest.object.HasEqualValues.class
org.hamcrest.object.HasToString.class
org.hamcrest.MatcherAssert.class
org.hamcrest.BaseMatcher.class
org.hamcrest.DiagnosingMatcher.class
org.hamcrest.CustomTypeSafeMatcher.class
org.hamcrest.CustomMatcher.class
org.hamcrest.Matcher.class
org.hamcrest.BaseDescription.class
org.hamcrest.CoreMatchers.class
org.hamcrest.Condition$Step.class
org.hamcrest.StringDescription.class
org.hamcrest.Matchers.class
org.hamcrest.text.CharSequenceLength.class
org.hamcrest.text.IsBlankString.class
org.hamcrest.text.MatchesPattern.class
org.hamcrest.text.IsEmptyString.class
org.hamcrest.text.IsEqualIgnoringCase.class
org.hamcrest.text.IsEqualCompressingWhiteSpace.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
无
|