Download hamcrest-integration-1.3.rc2.jar file

Introduction

You can download hamcrest-integration-1.3.rc2.jar in this page.

License

Open Source

Type List

hamcrest-integration-1.3.rc2.jar file has the following types.

LICENSE.txt
META-INF/MANIFEST.MF
META-INF/maven/org.hamcrest/hamcrest-integration/pom.properties
META-INF/maven/org.hamcrest/hamcrest-integration/pom.xml
org.hamcrest.EasyMock2Matchers.class
org.hamcrest.JMock1Matchers.class
org.hamcrest.JavaLangMatcherAssert.class
org.hamcrest.integration.EasyMock2Adapter.class
org.hamcrest.integration.JMock1Adapter.class

Pom

hamcrest-integration-1.3.rc2.pom file content.

<?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.RC2</version>
		<relativePath>..</relativePath>
	</parent>
	
	<groupId>org.hamcrest</groupId>
	<artifactId>hamcrest-integration</artifactId>

	<name>Hamcrest integration</name>
	<description>Provides integration between Hamcrest and other testing tools, including JUnit (3 and 4), TestNG, jMock and EasyMock.</description>

	<url>http://code.google.com/p/hamcrest/</url>

	<scm>
		<url>http://code.google.com/p/hamcrest/source/browse/</url>
		<connection>scm:svn:http://hamcrest.googlecode.com/svn/trunk/hamcrest-java/hamcrest-integration</connection>
	</scm>

	<dependencies>
		<dependency>
			<groupId>org.hamcrest</groupId>
			<artifactId>hamcrest-library</artifactId>
		</dependency>

		<dependency>
			<groupId>jmock</groupId>
			<artifactId>jmock</artifactId>
			<version>1.1.0</version>
			<optional>true</optional>
		</dependency>

		<dependency>
			<groupId>org.easymock</groupId>
			<artifactId>easymock</artifactId>
			<version>2.2</version>
			<optional>true</optional>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.hamcrest</groupId>
   <artifactId>hamcrest-integration</artifactId>
   <version>1.3.rc2</version>
</dependency>

Download

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



Download hamcrest-integration-1.3.rc2.jar file




PreviousNext

Related