b

bw-graph

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