Download hamcrest-date-1.1.0.jar file

Introduction

You can download hamcrest-date-1.1.0.jar in this page.

License

New BSD License

Type List

hamcrest-date-1.1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.exparity/hamcrest-date/pom.properties
META-INF/maven/org.exparity/hamcrest-date/pom.xml
org.exparity.hamcrest.date.DateFormatter.class
org.exparity.hamcrest.date.DateMatchers.class
org.exparity.hamcrest.date.DayMonthYear.class
org.exparity.hamcrest.date.IsAfter.class
org.exparity.hamcrest.date.IsBefore.class
org.exparity.hamcrest.date.IsDay.class
org.exparity.hamcrest.date.IsDayOfMonth.class
org.exparity.hamcrest.date.IsLeapYear.class
org.exparity.hamcrest.date.IsMaximumDatePart.class
org.exparity.hamcrest.date.IsMinimumDatePart.class
org.exparity.hamcrest.date.IsSameDatePart.class
org.exparity.hamcrest.date.IsSameDay.class
org.exparity.hamcrest.date.IsSameDayOfWeek.class
org.exparity.hamcrest.date.IsSameHour.class
org.exparity.hamcrest.date.IsSameInstant.class
org.exparity.hamcrest.date.IsSameMillisecond.class
org.exparity.hamcrest.date.IsSameMinute.class
org.exparity.hamcrest.date.IsSameMonth.class
org.exparity.hamcrest.date.IsSameOrAfter.class
org.exparity.hamcrest.date.IsSameOrBefore.class
org.exparity.hamcrest.date.IsSameSecond.class
org.exparity.hamcrest.date.IsSameYear.class
org.exparity.hamcrest.date.IsWithin.class
org.exparity.hamcrest.date.Moments.class
org.exparity.hamcrest.date.Months.class
org.exparity.hamcrest.date.Weekdays.class

Pom

hamcrest-date-1.1.0.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>org.exparity</groupId>
	<artifactId>hamcrest-date</artifactId>
	<version>1.1.0</version>

	<name>Hamcrest Date</name>
	<url>https://github.com/exparity/hamcrest-date</url>
	<description>Hamcrest Date matchers for Java</description>

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

	<licenses>
		<license>
			<name>New BSD License</name>
			<url>http://www.opensource.org/licenses/bsd-license.php</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
  
	<scm>
		<connection>scm:git:@github.com:exparity/hamcrest-date.git</connection>
    <developerConnection>scm:git:git@github.com:exparity/hamcrest-date.git</developerConnection>
    <url>git@github.com:exparity/hamcrest-date.git</url>
	</scm>

	<developers>
		<developer>
			<id>stewbis</id>
			<name>Stewart Bissett</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
	</developers>

	<dependencies>
		<dependency>
			<groupId>org.hamcrest</groupId>
			<artifactId>hamcrest-core</artifactId>
			<version>1.3</version>
		</dependency>
		<dependency>
			<groupId>org.hamcrest</groupId>
			<artifactId>hamcrest-library</artifactId>
			<version>1.3</version>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.10</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.exparity</groupId>
			<artifactId>fluent-date</artifactId>
			<version>1.0.1</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
	
	<build>
		<plugins>
			<plugin>
				<groupId>org.eluder.coveralls</groupId>
				<artifactId>coveralls-maven-plugin</artifactId>
				<version>2.2.0</version>
				<configuration>
					<repoToken>MjyqJXIjgudLEv2xAp6s8OBZzuRerEjzh</repoToken>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>cobertura-maven-plugin</artifactId>
				<version>2.6</version>
				<configuration>
					<format>xml</format>
					<maxmem>256m</maxmem>
					<aggregate>true</aggregate>
				</configuration>
			</plugin>
		</plugins>
	</build>
	
</project>

POM Entry

<dependency>
   <groupId>org.exparity</groupId>
   <artifactId>hamcrest-date</artifactId>
   <version>1.1.0</version>
</dependency>

Download

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



Download hamcrest-date-1.1.0.jar file




PreviousNext

Related