组织ID: |
org.hamcrest |
项目ID: |
java-hamcrest |
版本: |
2.0.0.0 |
最后修改时间: |
2018-07-26 16:51:29 |
包类型: |
jar |
标题: |
Java Hamcrest |
描述: |
Hamcrest matcher library for Java |
相关URL: |
http://hamcrest.org/JavaHamcrest/ |
大小: |
110.28KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
<version>2.0.0.0</version>
</dependency>
|
Gradle引入代码: |
org.hamcrest:java-hamcrest:2.0.0.0
|
下载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>java-hamcrest</artifactId>
<version>2.0.0.0</version>
<name>Java Hamcrest</name>
<description>Hamcrest matcher library for Java</description>
<url>http://hamcrest.org/JavaHamcrest/</url>
<licenses>
<license>
<name>BSD Licence 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>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
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.FeatureMatcher.class
org.hamcrest.Matcher.class
org.hamcrest.MatcherAssert.class
org.hamcrest.Matchers.class
org.hamcrest.SelfDescribing.class
org.hamcrest.StringDescription.class
org.hamcrest.TypeSafeDiagnosingMatcher.class
org.hamcrest.TypeSafeMatcher.class
org.hamcrest.beans.HasProperty.class
org.hamcrest.beans.HasPropertyWithValue$1.class
org.hamcrest.beans.HasPropertyWithValue$2.class
org.hamcrest.beans.HasPropertyWithValue.class
org.hamcrest.beans.PropertyUtil.class
org.hamcrest.beans.SamePropertyValuesAs$PropertyMatcher.class
org.hamcrest.beans.SamePropertyValuesAs.class
org.hamcrest.collection.IsArray.class
org.hamcrest.collection.IsArrayContaining.class
org.hamcrest.collection.IsArrayContainingInAnyOrder.class
org.hamcrest.collection.IsArrayContainingInOrder.class
org.hamcrest.collection.IsArrayWithSize.class
org.hamcrest.collection.IsCollectionWithSize.class
org.hamcrest.collection.IsEmptyCollection.class
org.hamcrest.collection.IsEmptyIterable.class
org.hamcrest.collection.IsIn.class
org.hamcrest.collection.IsIterableContainingInAnyOrder$Matching.class
org.hamcrest.collection.IsIterableContainingInAnyOrder.class
org.hamcrest.collection.IsIterableContainingInOrder$MatchSeries.class
org.hamcrest.collection.IsIterableContainingInOrder.class
org.hamcrest.collection.IsIterableContainingInRelativeOrder$MatchSeriesInRelativeOrder.class
org.hamcrest.collection.IsIterableContainingInRelativeOrder.class
org.hamcrest.collection.IsIterableWithSize.class
org.hamcrest.collection.IsMapContaining.class
org.hamcrest.collection.IsMapWithSize.class
org.hamcrest.comparator.ComparatorMatcherBuilder$1.class
org.hamcrest.comparator.ComparatorMatcherBuilder$ComparatorMatcher.class
org.hamcrest.comparator.ComparatorMatcherBuilder.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.NullSafety.class
org.hamcrest.internal.ReflectiveTypeFinder.class
org.hamcrest.internal.SelfDescribingValue.class
org.hamcrest.internal.SelfDescribingValueIterator.class
org.hamcrest.io.FileMatchers$1.class
org.hamcrest.io.FileMatchers$10.class
org.hamcrest.io.FileMatchers$2.class
org.hamcrest.io.FileMatchers$3.class
org.hamcrest.io.FileMatchers$4.class
org.hamcrest.io.FileMatchers$5.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|