Maven Repository - POM file for Testing hamcrest-library 1.3 1.3

Summary

Hamcrest library.

Hamcrest library of matcher implementations..

Declaration

Here is the list of declaration for hamcrest-library. If you use Maven you can use the following code to add the dependency for this POM file.

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

If you think this Maven repository POM file listing for hamcrest-library is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The hamcrest-library-1.3 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Testinghamcrest-core 1.3
This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
144




Depended by

The following table lists the most popular artifacts which are depending on hamcrest-library-1.3. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Librarydocker-client 2.6.5
A docker client
11
JPA Hibernateliquibase-hibernate4 3.3
Liquibase extension for hibernate integration including generating changesets based on changed hibernate mapping files
13
Librarycore 1.0.9
Serenity core libraries
6
Librarydocker-client 2.4.3
A docker client
11
Librarycore 1.0.16
Serenity core libraries
7
Networkeureka-test-utils 2.0.0-DP3
eureka-test-utils developed by Netflix
6
Librarycore 1.0.23
Serenity core libraries
6
Librarycore 1.0.21
Serenity core libraries
5
Librarycore 1.0.12
Serenity core libraries
5
Asynchronousawaitility 1.6.0
A Java DSL for synchronizing asynchronous operations
6
Testinglenskit-test 2.1
Testing utilities for LensKit.
8
Librarycore 1.0.14
Serenity core libraries
5
JUnithamcrest-integration 1.3
Provides integration between Hamcrest and other testing tools, including JUnit (3 and 4), TestNG, jMock and EasyMock.
6
Testinglenskit-test 2.1-M3
Testing utilities for LensKit.
7
Testinglenskit-test 2.1-M4
Testing utilities for LensKit.
7
Networkeureka-test-utils 2.0.0-DP1
eureka-test-utils developed by Netflix
6
Loglogstash-logback-encoder 2.8
Logback encoder which will output events as Logstash-compatible JSON
7
Librarydocker-client 2.4.2
A docker client
23




Packages

The following packages are defined in the hamcrest-library-1.3.jar

org.hamcrest
org.hamcrest.beans
org.hamcrest.collection
org.hamcrest.number
org.hamcrest.object
org.hamcrest.text
org.hamcrest.xml

POM File Source

Here is the content of the POM file.

<?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</version>
  </parent>

  <artifactId>hamcrest-library</artifactId>
  <packaging>jar</packaging>
  <name>Hamcrest library</name>
  <description>
    Hamcrest library of matcher implementations.
  </description>

  <dependencies>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
      <version>1.3</version>
    </dependency>
  </dependencies>
</project>