Readme

Apache License 2.0 Maven Central javadoc build issues discussions

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 17 or higher.

Try it out.

Download and Documentation

The library can be included in Maven as

<dependency>
    <groupId>net.tangly.erp</groupId>
    <artifactId>products</artifactId>
    <version>0.2.7</version>
</dependency>

The library can be included in Gradle as

 implementation "net.tangly.erp:products:0.2.7"

The documentation can be found under Business documentation.