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.6.jar download
bw-graph-0.7.6.pom download
bw-graph-0.7.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.burningwave</groupId>
  <artifactId>bw-graph</artifactId>
  <version>0.7.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.burningwave:bw-graph:0.7.6'
Gradle Kotlin
implementation("com.github.burningwave:bw-graph:0.7.6")
Scala SBT
libraryDependencies += "com.github.burningwave" % "bw-graph" % "0.7.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.burningwave', module='bw-graph', version='0.7.6')
)
Apache Ivy
<dependency org="com.github.burningwave" name="bw-graph" rev="0.7.6" />
Leiningen
[com.github.burningwave/bw-graph "0.7.6"]
Apache Buildr
'com.github.burningwave:bw-graph:jar:0.7.6'