Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:burningwave/graph.git
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Oct 29, 2021
2 parents 1d9c94f + 5decc82 commit 56ab30a
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
Burningwave Graph [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=%40Burningwave_fw%20Graph%3A%20a%20%23Java%20framework%20based%20on%20Burningwave%20Core%20library%20for%20creating%20graphs%20of%20synchronous%2Fasynchronous%20Java%20method%20calls%20using%20a%20JSon%20configuration%20%28works%20on%20%23Java8%20%23Java9%20%23Java10%20%23Java11%20%23Java12%20%23Java13%20%23Java14%20%23Java15%20%23Java16%20%23Java17%29&url=https://burningwave.github.io/graph/)
==========

<a href="https://burningwave.github.io/graph/">
<img src="https://raw.githubusercontent.com/burningwave/burningwave.github.io/main/logo.png" alt="Burningwave-logo.png" height="180px" align="right"/>
</a>

[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/graph/0)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/graph/)

[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(17)-blueviolet)](https://github.com/burningwave/graph/actions/runs/1384446157)

[![Coveralls github branch](https://img.shields.io/coveralls/github/burningwave/graph/master)](https://coveralls.io/github/burningwave/graph)
[![GitHub open issues](https://img.shields.io/github/issues/burningwave/graph)](https://github.com/burningwave/graph/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/burningwave/graph)](https://github.com/burningwave/graph/issues?q=is%3Aissue+is%3Aclosed)

[![ArtifactDownload](https://www.burningwave.org/generators/generate-burningwave-artifact-downloads-badge.php?type=svg&artifactId=graph)](https://www.burningwave.org/artifact-downloads/?show-monthly-trend-chart=false)

**Burningwave Graph** is a framework based on [**Burningwave Core**](https://burningwave.github.io/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**:

```xml
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>graph</artifactId>
<version>0.10.28</version>
</dependency>
```

<br />

# <a name="Ask-for-assistance"></a>Ask for assistance
**For assistance you can**:
* [subscribe](https://www.burningwave.org/registration/) to the [forum](https://www.burningwave.org/forum/) and then ask in the topic ["How to do?"](https://www.burningwave.org/forum/forum/how-to-do/)
* [report a bug](https://github.com/burningwave/graph/issues) here on GitHub
* ask on [Stack Overflow](https://stackoverflow.com/search?q=burningwave)
Burningwave Graph [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=%40Burningwave_fw%20Graph%3A%20a%20%23Java%20framework%20based%20on%20Burningwave%20Core%20library%20for%20creating%20graphs%20of%20synchronous%2Fasynchronous%20Java%20method%20calls%20using%20a%20JSon%20configuration%20%28works%20on%20%23Java8%20%23Java9%20%23Java10%20%23Java11%20%23Java12%20%23Java13%20%23Java14%20%23Java15%20%23Java16%20%23Java17%29&url=https://www.burningwave.org/)
==========

<a href="https://burningwave.github.io/graph/">
<img src="https://raw.githubusercontent.com/burningwave/burningwave.github.io/main/logo.png" alt="Burningwave-logo.png" height="180px" align="right"/>
</a>

[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/graph/0)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/graph/)

[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(17)-blueviolet)](https://github.com/burningwave/graph/actions/runs/1384446157)

[![Coveralls github branch](https://img.shields.io/coveralls/github/burningwave/graph/master)](https://coveralls.io/github/burningwave/graph)
[![GitHub open issues](https://img.shields.io/github/issues/burningwave/graph)](https://github.com/burningwave/graph/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/burningwave/graph)](https://github.com/burningwave/graph/issues?q=is%3Aissue+is%3Aclosed)

[![ArtifactDownload](https://www.burningwave.org/generators/generate-burningwave-artifact-downloads-badge.php?type=svg&artifactId=graph)](https://www.burningwave.org/artifact-downloads/?show-monthly-trend-chart=false)

**Burningwave Graph** is a framework based on [**Burningwave Core**](https://burningwave.github.io/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**:

```xml
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>graph</artifactId>
<version>0.10.28</version>
</dependency>
```

<br />

# <a name="Ask-for-assistance"></a>Ask for assistance
**For assistance you can**:
* [subscribe](https://www.burningwave.org/registration/) to the [forum](https://www.burningwave.org/forum/) and then ask in the topic ["How to do?"](https://www.burningwave.org/forum/forum/how-to-do/)
* [report a bug](https://github.com/burningwave/graph/issues) here on GitHub
* ask on [Stack Overflow](https://stackoverflow.com/search?q=burningwave)

0 comments on commit 56ab30a

Please sign in to comment.