Hamcrest library.
Hamcrest library of matcher implementations..
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.
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.
Category | Artifact | Depended By Count |
---|---|---|
Testing | hamcrest-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 |
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.
Category | Artifact | Depended By Count |
---|---|---|
Library | docker-client 2.6.5 A docker client | 11 |
JPA Hibernate | liquibase-hibernate4 3.3 Liquibase extension for hibernate integration including generating changesets based on changed hibernate mapping files | 13 |
Library | core 1.0.9 Serenity core libraries | 6 |
Library | docker-client 2.4.3 A docker client | 11 |
Library | core 1.0.16 Serenity core libraries | 7 |
Network | eureka-test-utils 2.0.0-DP3 eureka-test-utils developed by Netflix | 6 |
Library | core 1.0.23 Serenity core libraries | 6 |
Library | core 1.0.21 Serenity core libraries | 5 |
Library | core 1.0.12 Serenity core libraries | 5 |
Asynchronous | awaitility 1.6.0 A Java DSL for synchronizing asynchronous operations | 6 |
Testing | lenskit-test 2.1 Testing utilities for LensKit. | 8 |
Library | core 1.0.14 Serenity core libraries | 5 |
JUnit | hamcrest-integration 1.3 Provides integration between Hamcrest and other testing tools, including JUnit (3 and 4), TestNG, jMock and EasyMock. | 6 |
Testing | lenskit-test 2.1-M3 Testing utilities for LensKit. | 7 |
Testing | lenskit-test 2.1-M4 Testing utilities for LensKit. | 7 |
Network | eureka-test-utils 2.0.0-DP1 eureka-test-utils developed by Netflix | 6 |
Log | logstash-logback-encoder 2.8 Logback encoder which will output events as Logstash-compatible JSON | 7 |
Library | docker-client 2.4.2 A docker client | 23 |
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
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>