is not current version
Last Version 0.10.91

org.burningwave:graph 0.10.40

A framework for create graphs of synchronous/asynchronous Java method calls using a JSon configuration

GroupId

GroupId

org.burningwave
ArtifactId

ArtifactId

graph
Version

Version

0.10.40
Type

Type

jar

Download graph 0.10.40


<!-- https://jarcasting.com/artifacts/org.burningwave/graph/ -->
<dependency>
    <groupId>org.burningwave</groupId>
    <artifactId>graph</artifactId>
    <version>0.10.40</version>
</dependency>
// https://jarcasting.com/artifacts/org.burningwave/graph/
implementation 'org.burningwave:graph:0.10.40'
// https://jarcasting.com/artifacts/org.burningwave/graph/
implementation ("org.burningwave:graph:0.10.40")
'org.burningwave:graph:jar:0.10.40'
<dependency org="org.burningwave" name="graph" rev="0.10.40">
  <artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.burningwave', module='graph', version='0.10.40')
)
libraryDependencies += "org.burningwave" % "graph" % "0.10.40"
[org.burningwave/graph "0.10.40"]