<dependency>
<groupId>net.tangly.erp</groupId>
<artifactId>products</artifactId>
<version>0.2.8</version>
</dependency>
Readme
Purpose
The tangly erp products bounded domain component provides regular business model abstractions for business applications written in Java. The component is using records and requires Java 21 LTS or higher.
Try it out.
Download and Documentation
The library can be included in Maven as
The library can be included in Gradle as
implementation "net.tangly.erp:products:0.2.8"
The documentation can be found under Business documentation.