Skip to content

Getting started ​

This guide includes only entry points supported by the current repository state. When versions, access, or release status are uncertain, examples explicitly use Git revisions, source builds, or status checks.

1. Check release status first ​

There is no public Maven coordinate yet. Inspect repository visibility and do not copy placeholder versions.

bash
gh repo list ddd-4-java --visibility public

2. Private preview ​

Organization members can use the branch, JDK, and Maven instructions in each private repository. Public users should follow release announcements.

bash
git clone https://github.com/ddd-4-java/ddd4j.git
cd ddd4j
./mvnw -version

Next steps ​

Last updated: