# example-java-stream-gatherers **Repository Path**: mirrors_ibm/example-java-stream-gatherers ## Basic Information - **Project Name**: example-java-stream-gatherers - **Description**: Example project using Java stream Gatherers article on https://developer.ibm.com/ - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-18 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # example-java-stream-gatherers This is an example project using Java stream Gatherers article on https://developer.ibm.com/. ## Building the code This example uses the Apache Maven wrapper to build and test the project. That means you do not have to have Maven installed--just the Java developer SDK. Once you have cloned this repository, you can compile the code and run the unit tests by using: ```bash $ ./mvnw clean verify ``` The output should end with lines that look like the following: ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.773 s [INFO] Finished at: 2024-12-16T09:39:14-10:00 [INFO] ------------------------------------------------------------------------ ```