Readme

Apache License 2.0 Maven Central javadoc build issues discussions

Purpose

The tangly erp agile 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>collaborators</artifactId>
    <version>0.2.7</version>
</dependency>

The library can be included in Gradle as

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

The documentation can be found under {-url}/domains/agile/[Business documentation].