Project Summary
Project Information
| Field | Value |
|---|---|
| Name | CQS Interactors |
| Description | CQS Interactors is a project implementing the Command Query Separation (CQS) pattern to handle commands (modifications) and queries (data retrieval) in a decoupled manner. It provides a clear structure for managing workflows, ensuring scalability, maintainability, and adherence to Clean Architecture principles. |
| Homepage | https://macha.machanism.org/core/core-interactors/cqs-interactors |
Project Organization
This project does not belong to an organization.
Build Information
| Field | Value |
|---|---|
| GroupId | org.machanism.macha.core.interactors |
| ArtifactId | cqs-interactors |
| Version | 0.0.4-SNAPSHOT |
| Type | jar |
| Java Version | 1.8 |
Macha