<dependency>
<groupId>net.tangly</groupId>
<artifactId>core</artifactId>
<version>0.2.8</version>
</dependency>
Readme
Purpose
The tangly core component provides a key abstraction for domain-driven development approach and entities with tags and comments. It requires Java 21 LTS or higher.
Download and Documentation
The library can be included in Maven as
The library can be included in Gradle as
implementation "net.tangly:core:0.2.8"
The documentation can be found under Core.