License |
License |
---|---|
GroupId | GroupIdorg.burningwave |
ArtifactId | ArtifactIdgraph |
Version | Version0.10.69 |
Type | Typejar |
Description |
DescriptionBurningwave Graph
A framework for create graphs of synchronous/asynchronous Java method calls using a JSon configuration
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graph-0.10.69.pom | |
graph-0.10.69.jar | 78 KB |
graph-0.10.69-sources.jar | 38 KB |
graph-0.10.69-javadoc.jar | 313 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.burningwave/graph/ -->
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>graph</artifactId>
<version>0.10.69</version>
</dependency>
// https://jarcasting.com/artifacts/org.burningwave/graph/
implementation 'org.burningwave:graph:0.10.69'
// https://jarcasting.com/artifacts/org.burningwave/graph/
implementation ("org.burningwave:graph:0.10.69")
'org.burningwave:graph:jar:0.10.69'
<dependency org="org.burningwave" name="graph" rev="0.10.69">
<artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.burningwave', module='graph', version='0.10.69')
)
libraryDependencies += "org.burningwave" % "graph" % "0.10.69"
[org.burningwave/graph "0.10.69"]
Group / Artifact | Type | Version |
---|---|---|
org.burningwave : jvm-driver | jar | 6.6.5 |
org.burningwave : core | jar | 12.39.6 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.2.6 |
ch.qos.logback : logback-classic | jar | 1.2.6 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
org.junit.platform : junit-platform-engine | jar | 1.8.1 |
org.junit.platform : junit-platform-commons | jar | 1.8.1 |
org.junit.platform : junit-platform-runner | jar | 1.8.1 |