Readme

Apache License 2.0 Maven Central javadoc build issues discussions

Purpose

The tangly core component provides a key abstraction for domain-driven development approach and entities with tags and comments. It requires Java 17 or higher.

Download and Documentation

The library can be included in Maven as

 <dependency>
 <groupId>net.tangly</groupId>
 <artifactId>core</artifactId>
 <version>0.2.7</version>
 </dependency>

The library can be included in Gradle as

 implementation "net.tangly:core:0.2.7"

The documentation can be found under Core.