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