Download java-hamcrest-2.0.0.0.jar file

Introduction

You can download java-hamcrest-2.0.0.0.jar in this page.

License

BSD Licence 3

Type List

java-hamcrest-2.0.0.0.jar file has the following types.

META-INF/MANIFEST.MF
org.hamcrest.BaseDescription.class
org.hamcrest.BaseMatcher.class
org.hamcrest.Condition.class
org.hamcrest.CoreMatchers.class
org.hamcrest.CustomMatcher.class
org.hamcrest.CustomTypeSafeMatcher.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.class
org.hamcrest.beans.PropertyUtil.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.class
org.hamcrest.collection.IsIterableContainingInOrder.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.class
org.hamcrest.core.AllOf.class
org.hamcrest.core.AnyOf.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.class
org.hamcrest.number.BigDecimalCloseTo.class
org.hamcrest.number.IsCloseTo.class
org.hamcrest.number.IsNaN.class
org.hamcrest.number.OrderingComparison.class
org.hamcrest.object.HasToString.class
org.hamcrest.object.IsCompatibleType.class
org.hamcrest.object.IsEventFrom.class
org.hamcrest.text.IsBlankString.class
org.hamcrest.text.IsEmptyString.class
org.hamcrest.text.IsEqualIgnoringCase.class
org.hamcrest.text.IsEqualIgnoringWhiteSpace.class
org.hamcrest.text.MatchesPattern.class
org.hamcrest.text.StringContainsInOrder.class
org.hamcrest.xml.HasXPath.class

Pom

java-hamcrest-2.0.0.0.pom file content.

<?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>

POM Entry

<dependency>
   <groupId>org.hamcrest</groupId>
   <artifactId>java-hamcrest</artifactId>
   <version>2.0.0.0</version>
</dependency>

Download

If you think the following java-hamcrest-2.0.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download java-hamcrest-2.0.0.0.jar file




PreviousNext

Related