# java-streams-jet **Repository Path**: mirrors_hazelcast/java-streams-jet ## Basic Information - **Project Name**: java-streams-jet - **Description**: Showcase the writing of a custom Source, from Java 8 streams - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README == Java 8 Stream Jet adapter This project requires Java 11+. To run, execute: [source,bash] ---- mvn compile exec:exec ---- This will print integers from 1 to 127 in the standard out.