Download shazamcrest-0.11.jar file

Introduction

You can download shazamcrest-0.11.jar in this page.

License

The Apache Software License, Version 2.0

Type List

shazamcrest-0.11.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.shazam/shazamcrest/pom.properties
META-INF/maven/com.shazam/shazamcrest/pom.xml
com.google.gson.graph.GraphAdapterBuilder.class
com.shazam.shazamcrest.BeanFinder.class
com.shazam.shazamcrest.ComparisonDescription.class
com.shazam.shazamcrest.CyclicReferenceDetector.class
com.shazam.shazamcrest.FieldsIgnorer.class
com.shazam.shazamcrest.MatcherAssert.class
com.shazam.shazamcrest.ResultComparison.class
com.shazam.shazamcrest.matcher.CustomisableMatcher.class
com.shazam.shazamcrest.matcher.DiagnosingCustomisableMatcher.class
com.shazam.shazamcrest.matcher.GsonProvider.class
com.shazam.shazamcrest.matcher.IsEqualMatcher.class
com.shazam.shazamcrest.matcher.Matchers.class
com.shazam.shazamcrest.matcher.NullMatcher.class

Pom

shazamcrest-0.11.pom file content.

<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.shazam</groupId>
	<artifactId>shazamcrest</artifactId>
	<version>0.11</version>
	<packaging>jar</packaging>
	<name>Shazamcrest</name>
	<description>Library that extends the functionality of hamcrest</description>
	<url>http://github.com/shazam/shazamcrest</url>

	<parent>
		<groupId>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>7</version>
	</parent>

	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>

	<developers />

	<scm>
		<connection>scm:git:git://github.com/shazam/shazamcrest.git</connection>
		<developerConnection>scm:git:git@github.com:shazam/shazamcrest.git</developerConnection>
		<url>http://github.com/shazam/shazamcrest</url>
	</scm>

	<profiles>
		<profile>
			<id>customDeployment</id>
			<distributionManagement>
				<snapshotRepository>
					<id>snapshots</id>
					<name>Nexus Snapshots</name>
					<url>${snapshotsUrl}</url>
				</snapshotRepository>
				<repository>
					<id>releases</id>
					<name>Nexus Release Repository</name>
					<url>${releasesUrl}</url>
				</repository>
			</distributionManagement>
		</profile>
	</profiles>

	<dependencies>
		<dependency>
			<groupId>org.skyscreamer</groupId>
			<artifactId>jsonassert</artifactId>
			<version>1.2.3</version>
		</dependency>
		<dependency>
			<groupId>com.google.guava</groupId>
			<artifactId>guava</artifactId>
			<version>17.0</version>
		</dependency>
		<dependency>
			<groupId>com.google.code.gson</groupId>
			<artifactId>gson</artifactId>
			<version>2.3.1</version>
		</dependency>
		<dependency>
			<groupId>org.hamcrest</groupId>
			<artifactId>hamcrest-core</artifactId>
			<version>1.3</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.hamcrest</groupId>
			<artifactId>hamcrest-library</artifactId>
			<version>1.3</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.11</version>
			<exclusions>
				<exclusion>
					<groupId>org.hamcrest</groupId>
					<artifactId>hamcrest-core</artifactId>
				</exclusion>
			</exclusions>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-lang3</artifactId>
			<version>3.1</version>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.5.1</version>
				<inherited>true</inherited>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>

POM Entry

<dependency>
   <groupId>com.shazam</groupId>
   <artifactId>shazamcrest</artifactId>
   <version>0.11</version>
</dependency>

Download

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



Download shazamcrest-0.11.jar file




PreviousNext

Related