b

bw-graph

A framework for create graphs of synchronous/asynchronous Java method calls using a JSon configuration
https://github.com/burningwave/graph
Files download
File Operation
bw-graph-0.7.9.jar download
bw-graph-0.7.9.pom download
bw-graph-0.7.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.burningwave</groupId>
  <artifactId>bw-graph</artifactId>
  <version>0.7.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.burningwave:bw-graph:0.7.9'
Gradle Kotlin
implementation("com.github.burningwave:bw-graph:0.7.9")
Scala SBT
libraryDependencies += "com.github.burningwave" % "bw-graph" % "0.7.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.burningwave', module='bw-graph', version='0.7.9')
)
Apache Ivy
<dependency org="com.github.burningwave" name="bw-graph" rev="0.7.9" />
Leiningen
[com.github.burningwave/bw-graph "0.7.9"]
Apache Buildr
'com.github.burningwave:bw-graph:jar:0.7.9'