This project has moved to pragmaticalabs/pragmatica
The
core/module in the monorepo contains all Pragmatica Lite functionality (Result, Option, Promise).This repository is archived for historical reference.
- Repository: https://github.com/pragmaticalabs/pragmatica
- Module:
core/ - Maven:
org.pragmatica-lite:core
Pragmatica Lite is now part of the Pragmatica monorepo alongside:
jbct/- JBCT CLI and Maven pluginaether/- Distributed runtimeintegrations/- Framework integrations (Jackson, Micrometer, JDBC, etc.)
This enables coordinated releases and simpler dependency management.
The Maven coordinates remain unchanged:
<dependency>
<groupId>org.pragmatica-lite</groupId>
<artifactId>core</artifactId>
<version>0.11.2</version>
</dependency>Open issues have been migrated to the monorepo issue tracker.