<dependency>
<groupId>net.tangly.erp</groupId>
<artifactId>crm</artifactId>
<version>0.2.8</version>
</dependency>
Readme
Purpose
The tangly erp crm 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:crm:0.2.8"
The documentation can be found under Business documentation.
For any further questions, you can use the forum tangly-Discussions.
Contribution
You are welcome to contribute to the product with pull requests on Bitbucket.You can download the source files from the bitbucket git repository and build the library with the provided gradle configuration file.
If you find a bug or want to request a feature, please use the issue tracker.
License
The source code is licensed under Apache license 2.0.
The documentation and examples are licensed under Creative Common (CC Attribution 4.0 International).