Graph
The Graph package offers a graph-based data structure system with nodes and edges, base building block for graph-oriented programming paradigm. It offers a flexible and powerful graph data model, facilitating the efficient handling of complex relationships and attributes in any application or system.
Getting started:
Add graph as Maven dependency into your project:
<dependency>
<groupId>ai.stapi</groupId>
<artifactId>graph</artifactId>
</dependency>