Hamcrest All.
A self-contained hamcrest jar containing all of the sub-modules in a single artifact..
Here is the list of declaration for hamcrest-all. 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-all</artifactId> <version>1.3</version> </dependency>
If you think this Maven repository POM file listing for hamcrest-all is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on hamcrest-all-1.3. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Testing | dasein-cloud-test 2014.11.1 Unit tests for testing implementations of the Dasein Cloud API. | 21 |
Console | jopt-simple 4.6 A Java library for parsing command line options | 39 |
Development | thundr 0.9.7 thundr is a light-weight java web framework designed for use in cloud deployed web applications. | 5 |
Testing | fitnesse 20140201 The fully integrated standalone wiki, and acceptance testing framework. | 6 |
Web Service | elasticsearch 0.90.3 ElasticSearch - Open Source, Distributed, RESTful Search Engine | 6 |
Web Service | elasticsearch 0.90.5 ElasticSearch - Open Source, Distributed, RESTful Search Engine | 5 |
Virtual Machine | quasar-core 0.6.0 lightweight threads and actors for the JVM. | 12 |
Scripting | JSCover 1.0.14 JSCover is a tool that measures code coverage for JavaScript programs. | 5 |
Spring | spring-integration-test 4.0.0.RELEASE Spring Integration Test Support | 7 |
The following packages are defined in the hamcrest-all-1.3.jar
org.hamcrest org.hamcrest.beans org.hamcrest.collection org.hamcrest.core org.hamcrest.generator org.hamcrest.generator.config org.hamcrest.generator.qdox org.hamcrest.generator.qdox.ant org.hamcrest.generator.qdox.directorywalker org.hamcrest.generator.qdox.junit org.hamcrest.generator.qdox.model org.hamcrest.generator.qdox.model.annotation org.hamcrest.generator.qdox.model.util org.hamcrest.generator.qdox.parser org.hamcrest.generator.qdox.parser.impl org.hamcrest.generator.qdox.parser.structs org.hamcrest.generator.qdox.tools org.hamcrest.integration org.hamcrest.internal 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-all</artifactId> <packaging>jar</packaging> <name>Hamcrest All</name> <description> A self-contained hamcrest jar containing all of the sub-modules in a single artifact. </description> </project>