Download hamcrest-junit-2.0.0.0.jar file

Introduction

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

License

Eclipse Public License - v 1.0

Type List

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

META-INF/MANIFEST.MF
org.hamcrest.junit.ErrorCollector.class
org.hamcrest.junit.ExpectedException.class
org.hamcrest.junit.ExpectedExceptionMatcherBuilder.class
org.hamcrest.junit.JUnitMatchers.class
org.hamcrest.junit.MatcherAssert.class
org.hamcrest.junit.MatcherAssume.class
org.hamcrest.junit.internal.Matching.class
org.hamcrest.junit.internal.MismatchAction.class
org.hamcrest.junit.internal.StacktracePrintingMatcher.class
org.hamcrest.junit.internal.ThrowableCauseMatcher.class
org.hamcrest.junit.internal.ThrowableMessageMatcher.class

Pom

hamcrest-junit-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>hamcrest-junit</artifactId>
  <version>2.0.0.0</version>
  <name>Hamcrest JUnit</name>
  <description>Classes to use Hamcrest matchers within JUnit tests</description>
  <url>https://github.com/hamcrest/hamcrest-junit</url>
  <licenses>
    <license>
      <name>Eclipse Public License - v 1.0</name>
      <url>http://opensource.org/licenses/EPL-1.0</url>
    </license>
  </licenses>
  <developers>
    <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/hamcrest-junit.git</connection>
    <url>https://github.com/hamcrest/hamcrest-junit</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>java-hamcrest</artifactId>
      <version>2.0.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

If you think the following hamcrest-junit-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 hamcrest-junit-2.0.0.0.jar file




PreviousNext

Related