Burningwave Graph is a framework based on Burningwave Core library for creating graphs of synchronous/asynchronous Java method calls using a JSON configuration
To include Burningwave Graph in your projects simply use with Apache Maven:
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>graph</artifactId>
<version>0.11.2</version>
</dependency>
Examples on how to use this library can be found in the class org.burningwave.graph.FunctionsTest.
For assistance you can:
- report a bug here on GitHub
- ask on Stack Overflow